[INFO] cloning repository https://github.com/informalsystems/cgp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/informalsystems/cgp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finformalsystems%2Fcgp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finformalsystems%2Fcgp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 085a5bc4f49531a9e0de757af745bc57171db978
[INFO] testing informalsystems/cgp against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finformalsystems%2Fcgp" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/informalsystems/cgp
[INFO] finished tweaking git repo https://github.com/informalsystems/cgp
[INFO] tweaked toml for git repo https://github.com/informalsystems/cgp written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/informalsystems/cgp on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/informalsystems/cgp already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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] d0241b874fa2f99565a20fefcc044fe5e45ad29dc723c9a8f17fbe970be26abe
[INFO] running `Command { std: "docker" "start" "d0241b874fa2f99565a20fefcc044fe5e45ad29dc723c9a8f17fbe970be26abe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0241b874fa2f99565a20fefcc044fe5e45ad29dc723c9a8f17fbe970be26abe", 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" "d0241b874fa2f99565a20fefcc044fe5e45ad29dc723c9a8f17fbe970be26abe" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d0241b874fa2f99565a20fefcc044fe5e45ad29dc723c9a8f17fbe970be26abe", 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" "d0241b874fa2f99565a20fefcc044fe5e45ad29dc723c9a8f17fbe970be26abe" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling cgp-component v0.8.0-alpha (/opt/rustwide/workdir/crates/core/cgp-component)
[INFO] [stderr]    Compiling cgp-base-types v0.8.0-alpha (/opt/rustwide/workdir/crates/core/cgp-base-types)
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling indenter v0.3.4
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling insta v1.48.0
[INFO] [stderr]    Compiling cgp-macro-core v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-macro-core)
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling cgp-async-macro v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-async-macro)
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling cgp-macro-lib v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-macro-lib)
[INFO] [stderr]    Compiling cgp-extra-macro-lib v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-extra-macro-lib)
[INFO] [stderr]    Compiling cgp-macro-test-util-lib v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-macro-test-util-lib)
[INFO] [stderr]    Compiling cgp-macro v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-macro)
[INFO] [stderr]    Compiling cgp-extra-macro v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-extra-macro)
[INFO] [stderr]    Compiling cgp-macro-test-util v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-macro-test-util)
[INFO] [stderr]    Compiling cgp-base v0.8.0-alpha (/opt/rustwide/workdir/crates/main/cgp-base)
[INFO] [stderr]    Compiling cgp-type v0.8.0-alpha (/opt/rustwide/workdir/crates/core/cgp-type)
[INFO] [stderr]    Compiling cgp-field v0.8.0-alpha (/opt/rustwide/workdir/crates/core/cgp-field)
[INFO] [stderr]    Compiling cgp-base-extra v0.8.0-alpha (/opt/rustwide/workdir/crates/main/cgp-base-extra)
[INFO] [stderr]    Compiling cgp-error v0.8.0-alpha (/opt/rustwide/workdir/crates/core/cgp-error)
[INFO] [stderr]    Compiling cgp-field-extra v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-field-extra)
[INFO] [stderr]    Compiling cgp-core v0.8.0-alpha (/opt/rustwide/workdir/crates/main/cgp-core)
[INFO] [stderr]    Compiling cgp-handler v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-handler)
[INFO] [stderr]    Compiling cgp-error-extra v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-error-extra)
[INFO] [stderr]    Compiling cgp-run v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-run)
[INFO] [stderr]    Compiling cgp-runtime v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-runtime)
[INFO] [stderr]    Compiling cgp-error-anyhow v0.8.0-alpha (/opt/rustwide/workdir/crates/standalone/error/cgp-error-anyhow)
[INFO] [stderr]    Compiling cgp-error-std v0.8.0-alpha (/opt/rustwide/workdir/crates/standalone/error/cgp-error-std)
[INFO] [stderr]    Compiling cgp-error-eyre v0.8.0-alpha (/opt/rustwide/workdir/crates/standalone/error/cgp-error-eyre)
[INFO] [stderr]    Compiling cgp-monad v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-monad)
[INFO] [stderr]    Compiling cgp-dispatch v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-dispatch)
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling cgp-extra v0.8.0-alpha (/opt/rustwide/workdir/crates/main/cgp-extra)
[INFO] [stderr]    Compiling cgp v0.8.0-alpha (/opt/rustwide/workdir/crates/main/cgp)
[INFO] [stderr]    Compiling cgp-test-crate-a v0.8.0-alpha (/opt/rustwide/workdir/crates/tests/cgp-test-crate-a)
[INFO] [stderr]    Compiling cgp-macro-tests v0.8.0-alpha (/opt/rustwide/workdir/crates/tests/cgp-macro-tests)
[INFO] [stderr]    Compiling cgp-tests v0.8.0-alpha (/opt/rustwide/workdir/crates/tests/cgp-tests)
[INFO] [stderr]    Compiling cgp-test-crate-b v0.8.0-alpha (/opt/rustwide/workdir/crates/tests/cgp-test-crate-b)
[INFO] [stderr]    Compiling cgp-compile-fail-tests v0.8.0-alpha (/opt/rustwide/workdir/crates/tests/cgp-compile-fail-tests)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.88s
[INFO] running `Command { std: "docker" "inspect" "d0241b874fa2f99565a20fefcc044fe5e45ad29dc723c9a8f17fbe970be26abe", 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" "d0241b874fa2f99565a20fefcc044fe5e45ad29dc723c9a8f17fbe970be26abe" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling cgp-async-macro v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-async-macro)
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling cgp-macro v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-macro)
[INFO] [stderr]    Compiling cgp-extra-macro v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-extra-macro)
[INFO] [stderr]    Compiling cgp-macro-test-util-lib v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-macro-test-util-lib)
[INFO] [stderr]    Compiling cgp-macro-test-util v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-macro-test-util)
[INFO] [stderr]    Compiling cgp-macro-lib v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-macro-lib)
[INFO] [stderr]    Compiling cgp-extra-macro-lib v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-extra-macro-lib)
[INFO] [stderr]    Compiling cgp-macro-core v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-macro-core)
[INFO] [stderr]    Compiling cgp-base-types v0.8.0-alpha (/opt/rustwide/workdir/crates/core/cgp-base-types)
[INFO] [stderr]    Compiling cgp-component v0.8.0-alpha (/opt/rustwide/workdir/crates/core/cgp-component)
[INFO] [stderr]    Compiling cgp-base v0.8.0-alpha (/opt/rustwide/workdir/crates/main/cgp-base)
[INFO] [stderr]    Compiling cgp-type v0.8.0-alpha (/opt/rustwide/workdir/crates/core/cgp-type)
[INFO] [stderr]    Compiling cgp-field v0.8.0-alpha (/opt/rustwide/workdir/crates/core/cgp-field)
[INFO] [stderr]    Compiling cgp-base-extra v0.8.0-alpha (/opt/rustwide/workdir/crates/main/cgp-base-extra)
[INFO] [stderr]    Compiling cgp-error v0.8.0-alpha (/opt/rustwide/workdir/crates/core/cgp-error)
[INFO] [stderr]    Compiling cgp-field-extra v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-field-extra)
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling cgp-core v0.8.0-alpha (/opt/rustwide/workdir/crates/main/cgp-core)
[INFO] [stderr]    Compiling cgp-handler v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-handler)
[INFO] [stderr]    Compiling cgp-run v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-run)
[INFO] [stderr]    Compiling cgp-error-extra v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-error-extra)
[INFO] [stderr]    Compiling cgp-runtime v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-runtime)
[INFO] [stderr]    Compiling cgp-error-anyhow v0.8.0-alpha (/opt/rustwide/workdir/crates/standalone/error/cgp-error-anyhow)
[INFO] [stderr]    Compiling cgp-error-std v0.8.0-alpha (/opt/rustwide/workdir/crates/standalone/error/cgp-error-std)
[INFO] [stderr]    Compiling cgp-error-eyre v0.8.0-alpha (/opt/rustwide/workdir/crates/standalone/error/cgp-error-eyre)
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling cgp-monad v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-monad)
[INFO] [stderr]    Compiling cgp-dispatch v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-dispatch)
[INFO] [stderr]    Compiling cgp-extra v0.8.0-alpha (/opt/rustwide/workdir/crates/main/cgp-extra)
[INFO] [stderr]    Compiling cgp v0.8.0-alpha (/opt/rustwide/workdir/crates/main/cgp)
[INFO] [stderr]    Compiling cgp-tests v0.8.0-alpha (/opt/rustwide/workdir/crates/tests/cgp-tests)
[INFO] [stderr]    Compiling cgp-test-crate-a v0.8.0-alpha (/opt/rustwide/workdir/crates/tests/cgp-test-crate-a)
[INFO] [stderr]    Compiling cgp-macro-tests v0.8.0-alpha (/opt/rustwide/workdir/crates/tests/cgp-macro-tests)
[INFO] [stderr]    Compiling cgp-compile-fail-tests v0.8.0-alpha (/opt/rustwide/workdir/crates/tests/cgp-compile-fail-tests)
[INFO] [stderr]    Compiling cgp-test-crate-b v0.8.0-alpha (/opt/rustwide/workdir/crates/tests/cgp-test-crate-b)
[INFO] [stdout] warning: unused import: `cgp::prelude::*`
[INFO] [stdout]    --> crates/tests/cgp-tests/tests/dispatching/use_delegate_getter.rs:459:9
[INFO] [stdout]     |
[INFO] [stdout] 459 |     use cgp::prelude::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `cgp::prelude::*`
[INFO] [stdout]    --> crates/tests/cgp-tests/tests/dispatching/use_delegate_getter.rs:595:9
[INFO] [stdout]     |
[INFO] [stdout] 595 |     use cgp::prelude::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling trybuild v1.0.117
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 38.01s
[INFO] running `Command { std: "docker" "inspect" "d0241b874fa2f99565a20fefcc044fe5e45ad29dc723c9a8f17fbe970be26abe", 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" "d0241b874fa2f99565a20fefcc044fe5e45ad29dc723c9a8f17fbe970be26abe" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `cgp::prelude::*`
[INFO] [stderr]    --> crates/tests/cgp-tests/tests/dispatching/use_delegate_getter.rs:459:9
[INFO] [stderr]     |
[INFO] [stderr] 459 |     use cgp::prelude::*;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `cgp::prelude::*`
[INFO] [stderr]    --> crates/tests/cgp-tests/tests/dispatching/use_delegate_getter.rs:595:9
[INFO] [stderr]     |
[INFO] [stderr] 595 |     use cgp::prelude::*;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `cgp-tests` (test "dispatching_tests") generated 2 warnings (run `cargo fix --test "dispatching_tests" -p cgp-tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cgp-49f11489dda3f3ae)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cgp_async_macro-6cc0aa5833461882)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cgp_base-481571d0d3a2f151)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cgp_base_extra-d616367f83941703)
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cgp_base_types-f0a23832d01b9bc3)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[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 0 tests
[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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cgp_compile_fail_tests-6e1a6df57cedb903)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/compile_fail_tests.rs (/opt/rustwide/target/debug/deps/compile_fail_tests-11f11b0c5e96e4db)
[INFO] [stdout] running 0 tests
[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 1 test
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking cgp-component v0.8.0-alpha (/opt/rustwide/workdir/crates/core/cgp-component)
[INFO] [stderr]     Checking cgp-base-types v0.8.0-alpha (/opt/rustwide/workdir/crates/core/cgp-base-types)
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling cgp-macro-core v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-macro-core)
[INFO] [stderr]    Compiling cgp-async-macro v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-async-macro)
[INFO] [stderr]    Compiling cgp-macro-lib v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-macro-lib)
[INFO] [stderr]    Compiling cgp-extra-macro-lib v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-extra-macro-lib)
[INFO] [stderr]    Compiling cgp-macro v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-macro)
[INFO] [stderr]    Compiling cgp-extra-macro v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-extra-macro)
[INFO] [stderr]     Checking cgp-base v0.8.0-alpha (/opt/rustwide/workdir/crates/main/cgp-base)
[INFO] [stderr]     Checking cgp-type v0.8.0-alpha (/opt/rustwide/workdir/crates/core/cgp-type)
[INFO] [stderr]     Checking cgp-field v0.8.0-alpha (/opt/rustwide/workdir/crates/core/cgp-field)
[INFO] [stderr]     Checking cgp-base-extra v0.8.0-alpha (/opt/rustwide/workdir/crates/main/cgp-base-extra)
[INFO] [stderr]     Checking cgp-error v0.8.0-alpha (/opt/rustwide/workdir/crates/core/cgp-error)
[INFO] [stderr]     Checking cgp-field-extra v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-field-extra)
[INFO] [stderr]     Checking cgp-core v0.8.0-alpha (/opt/rustwide/workdir/crates/main/cgp-core)
[INFO] [stderr]     Checking cgp-handler v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-handler)
[INFO] [stderr]     Checking cgp-error-extra v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-error-extra)
[INFO] [stderr]     Checking cgp-runtime v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-runtime)
[INFO] [stderr]     Checking cgp-run v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-run)
[INFO] [stderr]     Checking cgp-monad v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-monad)
[INFO] [stderr]     Checking cgp-dispatch v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-dispatch)
[INFO] [stderr]     Checking cgp-extra v0.8.0-alpha (/opt/rustwide/workdir/crates/main/cgp-extra)
[INFO] [stderr]     Checking cgp v0.8.0-alpha (/opt/rustwide/workdir/crates/main/cgp)
[INFO] [stderr]     Checking cgp-test-crate-a v0.8.0-alpha (/opt/rustwide/workdir/crates/tests/cgp-test-crate-a)
[INFO] [stderr]     Checking cgp-compile-fail-tests v0.8.0-alpha (/opt/rustwide/workdir/crates/tests/cgp-compile-fail-tests)
[INFO] [stderr]     Checking cgp-compile-fail-tests-tests v0.0.0 (/opt/rustwide/target/tests/trybuild/cgp-compile-fail-tests)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.39s
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr] test tests/acceptable/cgp_auto_getter/option_slice.rs ... mismatch
[INFO] [stderr] 
[INFO] [stderr] EXPECTED:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time
[INFO] [stderr]   --> tests/acceptable/cgp_auto_getter/option_slice.rs:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[cgp_auto_getter]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `Sized` is not implemented for `[u8]`
[INFO] [stderr] note: required by an implicit `Sized` bound in `Option`
[INFO] [stderr]   --> $RUST/core/src/option.rs
[INFO] [stderr]    |
[INFO] [stderr]    | pub enum Option<T> {
[INFO] [stderr]    |                 ^ required by the implicit `Sized` requirement on this type parameter in `Option`
[INFO] [stderr]    = note: this error originates in the attribute macro `cgp_auto_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `as_ref` exists for reference `&Option<[u8]>`, but its trait bounds were not satisfied
[INFO] [stderr]   --> tests/acceptable/cgp_auto_getter/option_slice.rs:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[cgp_auto_getter]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^ method cannot be called on `&Option<[u8]>` due to unsatisfied trait bounds
[INFO] [stderr]    |
[INFO] [stderr]   ::: $RUST/core/src/option.rs
[INFO] [stderr]    |
[INFO] [stderr]    | pub enum Option<T> {
[INFO] [stderr]    | ------------------ doesn't satisfy `Option<[u8]>: AsRef<_>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the following trait bounds were not satisfied:
[INFO] [stderr]            `[u8]: Sized`
[INFO] [stderr]            `Option<[u8]>: AsRef<_>`
[INFO] [stderr]            which is required by `&Option<[u8]>: AsRef<_>`
[INFO] [stderr]    = note: this error originates in the attribute macro `cgp_auto_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] ACTUAL OUTPUT:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0277]: the size for values of type `[u8]` cannot be known at compilation time
[INFO] [stderr]   --> tests/acceptable/cgp_auto_getter/option_slice.rs:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[cgp_auto_getter]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
[INFO] [stderr]    |
[INFO] [stderr]    = help: the trait `Sized` is not implemented for `[u8]`
[INFO] [stderr] note: required by an implicit `Sized` bound in `Option`
[INFO] [stderr]   --> $RUST/core/src/option.rs
[INFO] [stderr]    = note: this error originates in the attribute macro `cgp_auto_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `as_ref` exists for reference `&Option<[u8]>`, but its trait bounds were not satisfied
[INFO] [stderr]   --> tests/acceptable/cgp_auto_getter/option_slice.rs:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[cgp_auto_getter]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^ method cannot be called on `&Option<[u8]>` due to unsatisfied trait bounds
[INFO] [stderr]    |
[INFO] [stderr]    = note: the following trait bounds were not satisfied:
[INFO] [stderr]            `[u8]: Sized`
[INFO] [stderr]            `Option<[u8]>: AsRef<_>`
[INFO] [stderr]            which is required by `&Option<[u8]>: AsRef<_>`
[INFO] [stderr]    = note: this error originates in the attribute macro `cgp_auto_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning
[INFO] [stderr]       your test with the environment variable TRYBUILD=overwrite
[INFO] [stderr] 
[INFO] [stderr] test tests/acceptable/cgp_component/duplicate_component_name.rs ... ok
[INFO] [stderr] test tests/acceptable/cgp_component/use_type_foreign_unsatisfied.rs ... ok
[INFO] [stderr] test tests/acceptable/cgp_fn/use_type_cyclic_context.rs ... ok
[INFO] [stderr] test tests/acceptable/cgp_fn/use_type_nested_unsatisfied.rs ... ok
[INFO] [stderr] test tests/acceptable/cgp_fn/use_type_unknown_assoc.rs ... ok
[INFO] [stderr] test tests/acceptable/cgp_impl/duplicate_default_impl.rs ... ok
[INFO] [stderr] test tests/acceptable/cgp_impl/duplicate_provider_name.rs ... ok
[INFO] [stderr] test tests/acceptable/cgp_namespace/default_impl_foreign_component.rs ... mismatch
[INFO] [stderr] 
[INFO] [stderr] EXPECTED:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0210]: type parameter `__Components__` must be used as the type parameter for some local type (e.g., `MyStruct<__Components__>`)
[INFO] [stderr]   --> tests/acceptable/cgp_namespace/default_impl_foreign_component.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[cgp_impl(new GreetPolitely)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type parameter `__Components__` must be used as the type parameter for some local type
[INFO] [stderr]    |
[INFO] [stderr]    = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local
[INFO] [stderr]    = note: only traits defined in the current crate can be implemented for a type parameter
[INFO] [stderr]    = note: this error originates in the attribute macro `cgp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] ACTUAL OUTPUT:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0210]: type parameter `__Components__` must be used as an argument to some local type (e.g., `MyStruct<__Components__>`)
[INFO] [stderr]   --> tests/acceptable/cgp_namespace/default_impl_foreign_component.rs:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[cgp_impl(new GreetPolitely)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ uncovered type parameter
[INFO] [stderr]    |
[INFO] [stderr]    = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local
[INFO] [stderr]    = note: only traits defined in the current crate can be implemented for a type parameter
[INFO] [stderr]    = note: this error originates in the attribute macro `cgp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning
[INFO] [stderr]       your test with the environment variable TRYBUILD=overwrite
[INFO] [stderr] 
[INFO] [stderr] test tests/acceptable/cgp_namespace/default_impl_foreign_prefix_path.rs ... mismatch
[INFO] [stderr] 
[INFO] [stderr] EXPECTED:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0210]: type parameter `__Components__` must be used as the type parameter for some local type (e.g., `MyStruct<__Components__>`)
[INFO] [stderr]   --> tests/acceptable/cgp_namespace/default_impl_foreign_prefix_path.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_impl(new AnnounceQuietly)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ type parameter `__Components__` must be used as the type parameter for some local type
[INFO] [stderr]    |
[INFO] [stderr]    = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local
[INFO] [stderr]    = note: only traits defined in the current crate can be implemented for a type parameter
[INFO] [stderr]    = note: this error originates in the attribute macro `cgp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] ACTUAL OUTPUT:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0210]: type parameter `__Components__` must be used as an argument to some local type (e.g., `MyStruct<__Components__>`)
[INFO] [stderr]   --> tests/acceptable/cgp_namespace/default_impl_foreign_prefix_path.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_impl(new AnnounceQuietly)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ uncovered type parameter
[INFO] [stderr]    |
[INFO] [stderr]    = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local
[INFO] [stderr]    = note: only traits defined in the current crate can be implemented for a type parameter
[INFO] [stderr]    = note: this error originates in the attribute macro `cgp_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning
[INFO] [stderr]       your test with the environment variable TRYBUILD=overwrite
[INFO] [stderr] 
[INFO] [stderr] test tests/acceptable/cgp_namespace/duplicate_path_key.rs ... ok
[INFO] [stderr] test tests/acceptable/cgp_namespace/for_loop_bare_key.rs ... ok
[INFO] [stderr] test tests/acceptable/cgp_namespace/inheritance_cycle.rs ... ok
[INFO] [stderr] test tests/acceptable/cgp_namespace/inherited_override_conflict.rs ... ok
[INFO] [stderr] test tests/acceptable/cgp_namespace/override_registered_path.rs ... ok
[INFO] [stderr] test tests/acceptable/cgp_namespace/reopen_foreign_namespace.rs ... mismatch
[INFO] [stderr] 
[INFO] [stderr] EXPECTED:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0210]: type parameter `__Table__` must be used as the type parameter for some local type (e.g., `MyStruct<__Table__>`)
[INFO] [stderr]   --> tests/acceptable/cgp_namespace/reopen_foreign_namespace.rs:28:1
[INFO] [stderr]    |
[INFO] [stderr] 28 | / cgp_namespace! {
[INFO] [stderr] 29 | |     AppNamespace {
[INFO] [stderr] 30 | |         GreeterComponent => @foo,
[INFO] [stderr] 31 | |     }
[INFO] [stderr] 32 | | }
[INFO] [stderr]    | |_^ type parameter `__Table__` must be used as the type parameter for some local type
[INFO] [stderr]    |
[INFO] [stderr]    = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local
[INFO] [stderr]    = note: only traits defined in the current crate can be implemented for a type parameter
[INFO] [stderr]    = note: this error originates in the macro `cgp_namespace` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] ACTUAL OUTPUT:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0210]: type parameter `__Table__` must be used as an argument to some local type (e.g., `MyStruct<__Table__>`)
[INFO] [stderr]   --> tests/acceptable/cgp_namespace/reopen_foreign_namespace.rs:28:1
[INFO] [stderr]    |
[INFO] [stderr] 28 | / cgp_namespace! {
[INFO] [stderr] 29 | |     AppNamespace {
[INFO] [stderr] 30 | |         GreeterComponent => @foo,
[INFO] [stderr] 31 | |     }
[INFO] [stderr] 32 | | }
[INFO] [stderr]    | |_^ uncovered type parameter
[INFO] [stderr]    |
[INFO] [stderr]    = note: implementing a foreign trait is only possible if at least one of the types for which it is implemented is local
[INFO] [stderr]    = note: only traits defined in the current crate can be implemented for a type parameter
[INFO] [stderr]    = note: this error originates in the macro `cgp_namespace` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning
[INFO] [stderr]       your test with the environment variable TRYBUILD=overwrite
[INFO] [stderr] 
[INFO] [stderr] test tests/acceptable/cgp_namespace/two_namespaces_joined.rs ... ok
[INFO] [stderr] test tests/acceptable/cgp_namespace/unregistered_prefix_path.rs ... ok
[INFO] [stderr] test tests/acceptable/check_components/dependency_cascade.rs ... mismatch
[INFO] [stderr] 
[INFO] [stderr] EXPECTED:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0277]: the trait bound `ProvideBar: Bar<App>` is not satisfied
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:84:9
[INFO] [stderr]    |
[INFO] [stderr] 84 |         BazComponent,
[INFO] [stderr]    |         ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stderr]    |
[INFO] [stderr] help: the trait `Bar<App>` is not implemented for `ProvideBar`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:50:16
[INFO] [stderr]    |
[INFO] [stderr] 50 | #[cgp_impl(new ProvideBar)]
[INFO] [stderr]    |                ^^^^^^^^^^
[INFO] [stderr] help: the trait `Bar<__Context__>` is implemented for `ProvideBar`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:52:1
[INFO] [stderr]    |
[INFO] [stderr] 52 | / impl Bar {
[INFO] [stderr] 53 | |     fn bar(&self) {
[INFO] [stderr] 54 | |         self.foo();
[INFO] [stderr] 55 | |     }
[INFO] [stderr] 56 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr] note: required for `App` to implement `Bar<App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cgp_component(Bar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `CanBar`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cgp_component(Bar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 31 | pub trait CanBar {
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr] note: required for `ProvideBaz` to implement `IsProviderFor<BazComponent, App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:58:1
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[cgp_impl(new ProvideBaz)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 59 | #[uses(CanBar)]
[INFO] [stderr]    |        ------ unsatisfied trait bound introduced here
[INFO] [stderr]    = note: required for `App` to implement `CanUseComponent<BazComponent>`
[INFO] [stderr] note: required by a bound in `__CheckApp`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:82:1
[INFO] [stderr]    |
[INFO] [stderr] 82 | / check_components! {
[INFO] [stderr] 83 | |     App {
[INFO] [stderr] 84 | |         BazComponent,
[INFO] [stderr] 85 | |         BarComponent,
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | | }
[INFO] [stderr]    | |_^ required by this bound in `__CheckApp`
[INFO] [stderr]    = note: this error originates in the attribute macro `cgp_component` which comes from the expansion of the macro `check_components` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `ProvideFoo: Foo<App>` is not satisfied
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:84:9
[INFO] [stderr]    |
[INFO] [stderr] 84 |         BazComponent,
[INFO] [stderr]    |         ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stderr]    |
[INFO] [stderr] help: the trait `Foo<App>` is not implemented for `ProvideFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:40:16
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[cgp_impl(new ProvideFoo)]
[INFO] [stderr]    |                ^^^^^^^^^^
[INFO] [stderr] help: the trait `Foo<__Context__>` is implemented for `ProvideFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | / impl Foo
[INFO] [stderr] 42 | | where
[INFO] [stderr] 43 | |     Self: HasName,
[INFO] [stderr]    | |__________________^
[INFO] [stderr] note: required for `App` to implement `Foo<App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `CanFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 26 | pub trait CanFoo {
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr] note: required for `ProvideBar` to implement `IsProviderFor<BarComponent, App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | #[cgp_impl(new ProvideBar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 51 | #[uses(CanFoo)]
[INFO] [stderr]    |        ------ unsatisfied trait bound introduced here
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `App` to implement `IsProviderFor<BarComponent, App>`
[INFO] [stderr] note: required for `App` to implement `Bar<App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cgp_component(Bar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `CanBar`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cgp_component(Bar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 31 | pub trait CanBar {
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `ProvideBaz` to implement `IsProviderFor<BazComponent, App>`
[INFO] [stderr]    = note: required for `App` to implement `CanUseComponent<BazComponent>`
[INFO] [stderr] note: required by a bound in `__CheckApp`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:82:1
[INFO] [stderr]    |
[INFO] [stderr] 82 | / check_components! {
[INFO] [stderr] 83 | |     App {
[INFO] [stderr] 84 | |         BazComponent,
[INFO] [stderr] 85 | |         BarComponent,
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | | }
[INFO] [stderr]    | |_^ required by this bound in `__CheckApp`
[INFO] [stderr]    = note: this error originates in the attribute macro `cgp_component` which comes from the expansion of the macro `check_components` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `App: CanUseComponent<BazComponent>` is not satisfied
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:84:9
[INFO] [stderr]    |
[INFO] [stderr] 84 |         BazComponent,
[INFO] [stderr]    |         ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stderr]    |
[INFO] [stderr] help: the trait `HasField<Symbol<4, cgp::prelude::Chars<'n', cgp::prelude::Chars<'a', cgp::prelude::Chars<'m', cgp::prelude::Chars<'e', Nil>>>>>>` is not implemented for `App`
[INFO] [stderr]       but trait `HasField<Symbol<3, cgp::prelude::Chars<'a', cgp::prelude::Chars<'g', cgp::prelude::Chars<'e', Nil>>>>>` is implemented for it
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:66:10
[INFO] [stderr]    |
[INFO] [stderr] 66 | #[derive(HasField)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `HasName`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[cgp_auto_getter]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 21 | pub trait HasName {
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr] note: required for `ProvideFoo` to implement `IsProviderFor<FooComponent, App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[cgp_impl(new ProvideFoo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 43 |     Self: HasName,
[INFO] [stderr]    |           ------- unsatisfied trait bound introduced here
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `App` to implement `IsProviderFor<FooComponent, App>`
[INFO] [stderr] note: required for `App` to implement `Foo<App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `CanFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 26 | pub trait CanFoo {
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr]    = note: 2 redundant requirements hidden
[INFO] [stderr]    = note: required for `App` to implement `IsProviderFor<BarComponent, App>`
[INFO] [stderr] note: required for `App` to implement `Bar<App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cgp_component(Bar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `CanBar`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cgp_component(Bar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 31 | pub trait CanBar {
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `ProvideBaz` to implement `IsProviderFor<BazComponent, App>`
[INFO] [stderr]    = note: required for `App` to implement `CanUseComponent<BazComponent>`
[INFO] [stderr] note: required by a bound in `__CheckApp`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:82:1
[INFO] [stderr]    |
[INFO] [stderr] 82 | / check_components! {
[INFO] [stderr] 83 | |     App {
[INFO] [stderr] 84 | |         BazComponent,
[INFO] [stderr] 85 | |         BarComponent,
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | | }
[INFO] [stderr]    | |_^ required by this bound in `__CheckApp`
[INFO] [stderr]    = note: this error originates in the derive macro `HasField` which comes from the expansion of the macro `check_components` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `ProvideFoo: Foo<App>` is not satisfied
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:85:9
[INFO] [stderr]    |
[INFO] [stderr] 85 |         BarComponent,
[INFO] [stderr]    |         ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stderr]    |
[INFO] [stderr] help: the trait `Foo<App>` is not implemented for `ProvideFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:40:16
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[cgp_impl(new ProvideFoo)]
[INFO] [stderr]    |                ^^^^^^^^^^
[INFO] [stderr] help: the trait `Foo<__Context__>` is implemented for `ProvideFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | / impl Foo
[INFO] [stderr] 42 | | where
[INFO] [stderr] 43 | |     Self: HasName,
[INFO] [stderr]    | |__________________^
[INFO] [stderr] note: required for `App` to implement `Foo<App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `CanFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 26 | pub trait CanFoo {
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr] note: required for `ProvideBar` to implement `IsProviderFor<BarComponent, App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | #[cgp_impl(new ProvideBar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 51 | #[uses(CanFoo)]
[INFO] [stderr]    |        ------ unsatisfied trait bound introduced here
[INFO] [stderr]    = note: required for `App` to implement `CanUseComponent<BarComponent>`
[INFO] [stderr] note: required by a bound in `__CheckApp`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:82:1
[INFO] [stderr]    |
[INFO] [stderr] 82 | / check_components! {
[INFO] [stderr] 83 | |     App {
[INFO] [stderr] 84 | |         BazComponent,
[INFO] [stderr] 85 | |         BarComponent,
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | | }
[INFO] [stderr]    | |_^ required by this bound in `__CheckApp`
[INFO] [stderr]    = note: this error originates in the attribute macro `cgp_component` which comes from the expansion of the macro `check_components` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `App: CanUseComponent<BarComponent>` is not satisfied
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:85:9
[INFO] [stderr]    |
[INFO] [stderr] 85 |         BarComponent,
[INFO] [stderr]    |         ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stderr]    |
[INFO] [stderr] help: the trait `HasField<Symbol<4, cgp::prelude::Chars<'n', cgp::prelude::Chars<'a', cgp::prelude::Chars<'m', cgp::prelude::Chars<'e', Nil>>>>>>` is not implemented for `App`
[INFO] [stderr]       but trait `HasField<Symbol<3, cgp::prelude::Chars<'a', cgp::prelude::Chars<'g', cgp::prelude::Chars<'e', Nil>>>>>` is implemented for it
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:66:10
[INFO] [stderr]    |
[INFO] [stderr] 66 | #[derive(HasField)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `HasName`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[cgp_auto_getter]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 21 | pub trait HasName {
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr] note: required for `ProvideFoo` to implement `IsProviderFor<FooComponent, App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[cgp_impl(new ProvideFoo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 43 |     Self: HasName,
[INFO] [stderr]    |           ------- unsatisfied trait bound introduced here
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `App` to implement `IsProviderFor<FooComponent, App>`
[INFO] [stderr] note: required for `App` to implement `Foo<App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `CanFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 26 | pub trait CanFoo {
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `ProvideBar` to implement `IsProviderFor<BarComponent, App>`
[INFO] [stderr]    = note: required for `App` to implement `CanUseComponent<BarComponent>`
[INFO] [stderr] note: required by a bound in `__CheckApp`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:82:1
[INFO] [stderr]    |
[INFO] [stderr] 82 | / check_components! {
[INFO] [stderr] 83 | |     App {
[INFO] [stderr] 84 | |         BazComponent,
[INFO] [stderr] 85 | |         BarComponent,
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | | }
[INFO] [stderr]    | |_^ required by this bound in `__CheckApp`
[INFO] [stderr]    = note: this error originates in the derive macro `HasField` which comes from the expansion of the macro `check_components` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `App: CanUseComponent<FooComponent>` is not satisfied
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:86:9
[INFO] [stderr]    |
[INFO] [stderr] 86 |         FooComponent,
[INFO] [stderr]    |         ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stderr]    |
[INFO] [stderr] help: the trait `HasField<Symbol<4, cgp::prelude::Chars<'n', cgp::prelude::Chars<'a', cgp::prelude::Chars<'m', cgp::prelude::Chars<'e', Nil>>>>>>` is not implemented for `App`
[INFO] [stderr]       but trait `HasField<Symbol<3, cgp::prelude::Chars<'a', cgp::prelude::Chars<'g', cgp::prelude::Chars<'e', Nil>>>>>` is implemented for it
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:66:10
[INFO] [stderr]    |
[INFO] [stderr] 66 | #[derive(HasField)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `HasName`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[cgp_auto_getter]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 21 | pub trait HasName {
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr] note: required for `ProvideFoo` to implement `IsProviderFor<FooComponent, App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[cgp_impl(new ProvideFoo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 43 |     Self: HasName,
[INFO] [stderr]    |           ------- unsatisfied trait bound introduced here
[INFO] [stderr]    = note: required for `App` to implement `CanUseComponent<FooComponent>`
[INFO] [stderr] note: required by a bound in `__CheckApp`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:82:1
[INFO] [stderr]    |
[INFO] [stderr] 82 | / check_components! {
[INFO] [stderr] 83 | |     App {
[INFO] [stderr] 84 | |         BazComponent,
[INFO] [stderr] 85 | |         BarComponent,
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | | }
[INFO] [stderr]    | |_^ required by this bound in `__CheckApp`
[INFO] [stderr]    = note: this error originates in the derive macro `HasField` which comes from the expansion of the macro `check_components` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] ACTUAL OUTPUT:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0277]: the trait bound `ProvideBar: Bar<App>` is not satisfied
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:84:9
[INFO] [stderr]    |
[INFO] [stderr] 84 |         BazComponent,
[INFO] [stderr]    |         ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stderr]    |
[INFO] [stderr] help: the trait `Bar<App>` is not implemented for `ProvideBar`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:50:16
[INFO] [stderr]    |
[INFO] [stderr] 50 | #[cgp_impl(new ProvideBar)]
[INFO] [stderr]    |                ^^^^^^^^^^
[INFO] [stderr] help: the trait `Bar<__Context__>` is conditionally implemented for `ProvideBar`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:52:1
[INFO] [stderr]    |
[INFO] [stderr] 51 |   #[uses(CanFoo)]
[INFO] [stderr]    |          ------
[INFO] [stderr]    |          |
[INFO] [stderr]    |          unsatisfied requirement introduced here: `App: CanFoo`
[INFO] [stderr]    |          unsatisfied requirement introduced here: `App: CanFoo`
[INFO] [stderr] 52 | / impl Bar {
[INFO] [stderr] 53 | |     fn bar(&self) {
[INFO] [stderr] 54 | |         self.foo();
[INFO] [stderr] 55 | |     }
[INFO] [stderr] 56 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr] note: required for `App` to implement `Bar<App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cgp_component(Bar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `CanBar`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cgp_component(Bar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 31 | pub trait CanBar {
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr] note: required for `ProvideBaz` to implement `IsProviderFor<BazComponent, App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:58:1
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[cgp_impl(new ProvideBaz)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 59 | #[uses(CanBar)]
[INFO] [stderr]    |        ------ unsatisfied trait bound introduced here
[INFO] [stderr]    = note: required for `App` to implement `CanUseComponent<BazComponent>`
[INFO] [stderr] note: required by a bound in `__CheckApp`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:82:1
[INFO] [stderr]    |
[INFO] [stderr] 82 | / check_components! {
[INFO] [stderr] 83 | |     App {
[INFO] [stderr] 84 | |         BazComponent,
[INFO] [stderr] 85 | |         BarComponent,
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | | }
[INFO] [stderr]    | |_^ required by this bound in `__CheckApp`
[INFO] [stderr]    = note: this error originates in the attribute macro `cgp_component` which comes from the expansion of the macro `check_components` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `ProvideFoo: Foo<App>` is not satisfied
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:84:9
[INFO] [stderr]    |
[INFO] [stderr] 84 |         BazComponent,
[INFO] [stderr]    |         ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stderr]    |
[INFO] [stderr] help: the trait `Foo<App>` is not implemented for `ProvideFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:40:16
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[cgp_impl(new ProvideFoo)]
[INFO] [stderr]    |                ^^^^^^^^^^
[INFO] [stderr] help: the trait `Foo<__Context__>` is conditionally implemented for `ProvideFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | / impl Foo
[INFO] [stderr] 42 | | where
[INFO] [stderr] 43 | |     Self: HasName,
[INFO] [stderr]    | |___________-------^
[INFO] [stderr]    |             |
[INFO] [stderr]    |             unsatisfied requirement introduced here: `App: HasName`
[INFO] [stderr] note: required for `App` to implement `Foo<App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `CanFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 26 | pub trait CanFoo {
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr] note: required for `ProvideBar` to implement `IsProviderFor<BarComponent, App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | #[cgp_impl(new ProvideBar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 51 | #[uses(CanFoo)]
[INFO] [stderr]    |        ------ unsatisfied trait bound introduced here
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `App` to implement `IsProviderFor<BarComponent, App>`
[INFO] [stderr] note: required for `App` to implement `Bar<App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cgp_component(Bar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `CanBar`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cgp_component(Bar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 31 | pub trait CanBar {
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `ProvideBaz` to implement `IsProviderFor<BazComponent, App>`
[INFO] [stderr]    = note: required for `App` to implement `CanUseComponent<BazComponent>`
[INFO] [stderr] note: required by a bound in `__CheckApp`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:82:1
[INFO] [stderr]    |
[INFO] [stderr] 82 | / check_components! {
[INFO] [stderr] 83 | |     App {
[INFO] [stderr] 84 | |         BazComponent,
[INFO] [stderr] 85 | |         BarComponent,
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | | }
[INFO] [stderr]    | |_^ required by this bound in `__CheckApp`
[INFO] [stderr]    = note: this error originates in the attribute macro `cgp_component` which comes from the expansion of the macro `check_components` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `App: CanUseComponent<BazComponent>` is not satisfied
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:84:9
[INFO] [stderr]    |
[INFO] [stderr] 84 |         BazComponent,
[INFO] [stderr]    |         ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stderr]    |
[INFO] [stderr] help: the trait `HasField<Symbol<4, cgp::prelude::Chars<'n', cgp::prelude::Chars<'a', cgp::prelude::Chars<'m', cgp::prelude::Chars<'e', Nil>>>>>>` is not implemented for `App`
[INFO] [stderr]       but trait `HasField<Symbol<3, cgp::prelude::Chars<'a', cgp::prelude::Chars<'g', cgp::prelude::Chars<'e', Nil>>>>>` is implemented for it
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:66:10
[INFO] [stderr]    |
[INFO] [stderr] 66 | #[derive(HasField)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `HasName`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[cgp_auto_getter]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 21 | pub trait HasName {
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr] note: required for `ProvideFoo` to implement `IsProviderFor<FooComponent, App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[cgp_impl(new ProvideFoo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 43 |     Self: HasName,
[INFO] [stderr]    |           ------- unsatisfied trait bound introduced here
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `App` to implement `IsProviderFor<FooComponent, App>`
[INFO] [stderr] note: required for `App` to implement `Foo<App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `CanFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 26 | pub trait CanFoo {
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr]    = note: 2 redundant requirements hidden
[INFO] [stderr]    = note: required for `App` to implement `IsProviderFor<BarComponent, App>`
[INFO] [stderr] note: required for `App` to implement `Bar<App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cgp_component(Bar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `CanBar`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | #[cgp_component(Bar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 31 | pub trait CanBar {
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `ProvideBaz` to implement `IsProviderFor<BazComponent, App>`
[INFO] [stderr]    = note: required for `App` to implement `CanUseComponent<BazComponent>`
[INFO] [stderr] note: required by a bound in `__CheckApp`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:82:1
[INFO] [stderr]    |
[INFO] [stderr] 82 | / check_components! {
[INFO] [stderr] 83 | |     App {
[INFO] [stderr] 84 | |         BazComponent,
[INFO] [stderr] 85 | |         BarComponent,
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | | }
[INFO] [stderr]    | |_^ required by this bound in `__CheckApp`
[INFO] [stderr]    = note: this error originates in the derive macro `HasField` which comes from the expansion of the macro `check_components` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `ProvideFoo: Foo<App>` is not satisfied
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:85:9
[INFO] [stderr]    |
[INFO] [stderr] 85 |         BarComponent,
[INFO] [stderr]    |         ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stderr]    |
[INFO] [stderr] help: the trait `Foo<App>` is not implemented for `ProvideFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:40:16
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[cgp_impl(new ProvideFoo)]
[INFO] [stderr]    |                ^^^^^^^^^^
[INFO] [stderr] help: the trait `Foo<__Context__>` is conditionally implemented for `ProvideFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | / impl Foo
[INFO] [stderr] 42 | | where
[INFO] [stderr] 43 | |     Self: HasName,
[INFO] [stderr]    | |___________-------^
[INFO] [stderr]    |             |
[INFO] [stderr]    |             unsatisfied requirement introduced here: `App: HasName`
[INFO] [stderr] note: required for `App` to implement `Foo<App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `CanFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 26 | pub trait CanFoo {
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr] note: required for `ProvideBar` to implement `IsProviderFor<BarComponent, App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | #[cgp_impl(new ProvideBar)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 51 | #[uses(CanFoo)]
[INFO] [stderr]    |        ------ unsatisfied trait bound introduced here
[INFO] [stderr]    = note: required for `App` to implement `CanUseComponent<BarComponent>`
[INFO] [stderr] note: required by a bound in `__CheckApp`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:82:1
[INFO] [stderr]    |
[INFO] [stderr] 82 | / check_components! {
[INFO] [stderr] 83 | |     App {
[INFO] [stderr] 84 | |         BazComponent,
[INFO] [stderr] 85 | |         BarComponent,
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | | }
[INFO] [stderr]    | |_^ required by this bound in `__CheckApp`
[INFO] [stderr]    = note: this error originates in the attribute macro `cgp_component` which comes from the expansion of the macro `check_components` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `App: CanUseComponent<BarComponent>` is not satisfied
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:85:9
[INFO] [stderr]    |
[INFO] [stderr] 85 |         BarComponent,
[INFO] [stderr]    |         ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stderr]    |
[INFO] [stderr] help: the trait `HasField<Symbol<4, cgp::prelude::Chars<'n', cgp::prelude::Chars<'a', cgp::prelude::Chars<'m', cgp::prelude::Chars<'e', Nil>>>>>>` is not implemented for `App`
[INFO] [stderr]       but trait `HasField<Symbol<3, cgp::prelude::Chars<'a', cgp::prelude::Chars<'g', cgp::prelude::Chars<'e', Nil>>>>>` is implemented for it
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:66:10
[INFO] [stderr]    |
[INFO] [stderr] 66 | #[derive(HasField)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `HasName`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[cgp_auto_getter]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 21 | pub trait HasName {
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr] note: required for `ProvideFoo` to implement `IsProviderFor<FooComponent, App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[cgp_impl(new ProvideFoo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 43 |     Self: HasName,
[INFO] [stderr]    |           ------- unsatisfied trait bound introduced here
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `App` to implement `IsProviderFor<FooComponent, App>`
[INFO] [stderr] note: required for `App` to implement `Foo<App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `CanFoo`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cgp_component(Foo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 26 | pub trait CanFoo {
[INFO] [stderr]    |           ^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `ProvideBar` to implement `IsProviderFor<BarComponent, App>`
[INFO] [stderr]    = note: required for `App` to implement `CanUseComponent<BarComponent>`
[INFO] [stderr] note: required by a bound in `__CheckApp`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:82:1
[INFO] [stderr]    |
[INFO] [stderr] 82 | / check_components! {
[INFO] [stderr] 83 | |     App {
[INFO] [stderr] 84 | |         BazComponent,
[INFO] [stderr] 85 | |         BarComponent,
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | | }
[INFO] [stderr]    | |_^ required by this bound in `__CheckApp`
[INFO] [stderr]    = note: this error originates in the derive macro `HasField` which comes from the expansion of the macro `check_components` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `App: CanUseComponent<FooComponent>` is not satisfied
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:86:9
[INFO] [stderr]    |
[INFO] [stderr] 86 |         FooComponent,
[INFO] [stderr]    |         ^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stderr]    |
[INFO] [stderr] help: the trait `HasField<Symbol<4, cgp::prelude::Chars<'n', cgp::prelude::Chars<'a', cgp::prelude::Chars<'m', cgp::prelude::Chars<'e', Nil>>>>>>` is not implemented for `App`
[INFO] [stderr]       but trait `HasField<Symbol<3, cgp::prelude::Chars<'a', cgp::prelude::Chars<'g', cgp::prelude::Chars<'e', Nil>>>>>` is implemented for it
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:66:10
[INFO] [stderr]    |
[INFO] [stderr] 66 | #[derive(HasField)]
[INFO] [stderr]    |          ^^^^^^^^
[INFO] [stderr] note: required for `App` to implement `HasName`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | #[cgp_auto_getter]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 21 | pub trait HasName {
[INFO] [stderr]    |           ^^^^^^^
[INFO] [stderr] note: required for `ProvideFoo` to implement `IsProviderFor<FooComponent, App>`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | #[cgp_impl(new ProvideFoo)]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 43 |     Self: HasName,
[INFO] [stderr]    |           ------- unsatisfied trait bound introduced here
[INFO] [stderr]    = note: required for `App` to implement `CanUseComponent<FooComponent>`
[INFO] [stderr] note: required by a bound in `__CheckApp`
[INFO] [stderr]   --> tests/acceptable/check_components/dependency_cascade.rs:82:1
[INFO] [stderr]    |
[INFO] [stderr] 82 | / check_components! {
[INFO] [stderr] 83 | |     App {
[INFO] [stderr] 84 | |         BazComponent,
[INFO] [stderr] 85 | |         BarComponent,
[INFO] [stderr] ...  |
[INFO] [stderr] 88 | | }
[INFO] [stderr]    | |_^ required by this bound in `__CheckApp`
[INFO] [stderr]    = note: this error originates in the derive macro `HasField` which comes from the expansion of the macro `check_components` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning
[INFO] [stderr]       your test with the environment variable TRYBUILD=overwrite
[INFO] [stderr] 
[INFO] [stderr] test tests/acceptable/check_components/generic_context_ordinary_bound.rs ... ok
[INFO] [stderr] test tests/acceptable/check_components/missing_dependency.rs ... ok
[INFO] [stderr] test tests/acceptable/check_components/ordinary_bound_unsatisfied.rs ... ok
[INFO] [stderr] test tests/acceptable/delegate_components/duplicate_key.rs ... ok
[INFO] [stderr] test tests/acceptable/delegate_components/duplicate_key_same_block.rs ... ok
[INFO] [stderr] test tests/acceptable/delegate_components/duplicate_open_key.rs ... ok
[INFO] [stderr] test tests/acceptable/delegate_components/duplicate_path_key.rs ... ok
[INFO] [stderr] test tests/acceptable/delegate_components/missing_dependency.rs ... ok
[INFO] [stderr] test tests/acceptable/delegate_components/ordinary_bound_unsatisfied.rs ... ok
[INFO] [stderr] test tests/acceptable/delegate_components/overlapping_generic.rs ... ok
[INFO] [stderr] test tests/acceptable/delegate_components/unconstrained_generic.rs ... mismatch
[INFO] [stderr] 
[INFO] [stderr] EXPECTED:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates
[INFO] [stderr]   --> tests/acceptable/delegate_components/unconstrained_generic.rs:39:10
[INFO] [stderr]    |
[INFO] [stderr] 39 |         <T> GreeterComponent: GreetWith<T>,
[INFO] [stderr]    |          ^ unconstrained type parameter
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] 
[INFO] [stderr] ACTUAL OUTPUT:
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates
[INFO] [stderr]   --> tests/acceptable/delegate_components/unconstrained_generic.rs:39:10
[INFO] [stderr]    |
[INFO] [stderr] 39 |         <T> GreeterComponent: GreetWith<T>,
[INFO] [stderr]    |          ^ unconstrained type parameter
[INFO] [stderr]    |
[INFO] [stderr] help: use the type parameter `T` in the `Person` type and use it in the type definition
[INFO] [stderr]    |
[INFO] [stderr] 34 ~ pub struct Person<T>;
[INFO] [stderr] 35 |
[INFO] [stderr] 36 | // `T` is declared for the entry but only used in the value `GreetWith<T>`.
[INFO] [stderr] 37 | delegate_components! {
[INFO] [stderr] 38 ~     Person<T> {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates
[INFO] [stderr]   --> tests/acceptable/delegate_components/unconstrained_generic.rs:39:10
[INFO] [stderr]    |
[INFO] [stderr] 37 | / delegate_components! {
[INFO] [stderr] 38 | |     Person {
[INFO] [stderr] 39 | |         <T> GreeterComponent: GreetWith<T>,
[INFO] [stderr]    | |          ^ unconstrained type parameter
[INFO] [stderr] 40 | |     }
[INFO] [stderr] 41 | | }
[INFO] [stderr]    | |_- help: remove the unused type parameter `T`
[INFO] [stderr] ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stderr] note: If the actual output is the correct output you can bless it by rerunning
[INFO] [stderr]       your test with the environment variable TRYBUILD=overwrite
[INFO] [stderr] 
[INFO] [stderr] test tests/acceptable/delegate_components/use_context_cycle.rs ... ok
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stdout] test compile_fail ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `-p cgp-compile-fail-tests --test compile_fail_tests`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- compile_fail stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compile_fail' (2868) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.117/src/run.rs:102:13:
[INFO] [stdout] 6 of 31 tests failed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5671ae504811 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5671ae504811 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5671ae504811 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5671ae504811 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5671ae51abea - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5671ae51abea - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5671ae50940c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5671ae50940c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5671ae4dfe76 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5671ae4dfe76 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5671ae4fb919 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5671ae493850 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5671ae493850 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5671ae4fbad2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5671ae4fbad2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5671ae4dff22 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5671ae4d7399 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5671ae4e0b1d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5671ae51b3bc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5671ae258024 - <trybuild[f0acb85637d6b958]::Runner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.117/src/run.rs:102:13
[INFO] [stdout]   20:     0x5671ae265298 - <trybuild[f0acb85637d6b958]::TestCases as core[6883ba1bc0fe4ed1]::ops::drop::Drop>::drop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.117/src/lib.rs:342:38
[INFO] [stdout]   21:     0x5671ae252447 - core[6883ba1bc0fe4ed1]::ptr::drop_glue::<trybuild[f0acb85637d6b958]::TestCases>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ptr/mod.rs:823:1
[INFO] [stdout]   22:     0x5671ae2526ab - compile_fail_tests[7b4cf8081f807426]::compile_fail
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/tests/cgp-compile-fail-tests/tests/compile_fail_tests.rs:27:1
[INFO] [stdout]   23:     0x5671ae2525e7 - compile_fail_tests[7b4cf8081f807426]::compile_fail::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/tests/cgp-compile-fail-tests/tests/compile_fail_tests.rs:15:18
[INFO] [stdout]   24:     0x5671ae252b36 - <compile_fail_tests[7b4cf8081f807426]::compile_fail::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5671ae486b8b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5671ae486b8b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x5671ae4941d5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x5671ae4941d5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5671ae4941d5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   30:     0x5671ae4941d5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x5671ae4941d5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5671ae4941d5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x5671ae4941d5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x5671ae48ec84 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x5671ae48ec84 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x5671ae497322 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x5671ae497322 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x5671ae497322 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   39:     0x5671ae497322 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x5671ae497322 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5671ae497322 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x5671ae497322 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5671ae503a6f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   44:     0x5671ae503a6f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   45:     0x72a379af9aa4 - <unknown>
[INFO] [stdout]   46:     0x72a379b86a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     compile_fail
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 19.26s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d0241b874fa2f99565a20fefcc044fe5e45ad29dc723c9a8f17fbe970be26abe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0241b874fa2f99565a20fefcc044fe5e45ad29dc723c9a8f17fbe970be26abe", kill_on_drop: false }`
[INFO] [stdout] d0241b874fa2f99565a20fefcc044fe5e45ad29dc723c9a8f17fbe970be26abe
