[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.97.0-beta.6 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-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/informalsystems/cgp 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] 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded insta v1.48.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 8b3b6b94f941b49bc7ea83541bf173995b939af5a4c9edacbc4887b1d4bd0555
[INFO] running `Command { std: "docker" "start" "8b3b6b94f941b49bc7ea83541bf173995b939af5a4c9edacbc4887b1d4bd0555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b3b6b94f941b49bc7ea83541bf173995b939af5a4c9edacbc4887b1d4bd0555", 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" "8b3b6b94f941b49bc7ea83541bf173995b939af5a4c9edacbc4887b1d4bd0555" "/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" "8b3b6b94f941b49bc7ea83541bf173995b939af5a4c9edacbc4887b1d4bd0555", 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" "8b3b6b94f941b49bc7ea83541bf173995b939af5a4c9edacbc4887b1d4bd0555" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[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 rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[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 futures-executor v0.3.31
[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 futures v0.3.31
[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-runtime v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-runtime)
[INFO] [stderr]    Compiling cgp-run v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-run)
[INFO] [stderr]    Compiling cgp-error-std v0.8.0-alpha (/opt/rustwide/workdir/crates/standalone/error/cgp-error-std)
[INFO] [stderr]    Compiling cgp-error-anyhow v0.8.0-alpha (/opt/rustwide/workdir/crates/standalone/error/cgp-error-anyhow)
[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 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-tests v0.8.0-alpha (/opt/rustwide/workdir/crates/tests/cgp-tests)
[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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.70s
[INFO] running `Command { std: "docker" "inspect" "8b3b6b94f941b49bc7ea83541bf173995b939af5a4c9edacbc4887b1d4bd0555", 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" "8b3b6b94f941b49bc7ea83541bf173995b939af5a4c9edacbc4887b1d4bd0555" "/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 target-triple v1.0.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling glob v0.3.3
[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 v0.8.0-alpha (/opt/rustwide/workdir/crates/macros/cgp-macro-test-util)
[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-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 toml_parser v1.1.2+spec-1.1.0
[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-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-extra v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-error-extra)
[INFO] [stderr]    Compiling cgp-error-eyre v0.8.0-alpha (/opt/rustwide/workdir/crates/standalone/error/cgp-error-eyre)
[INFO] [stderr]    Compiling cgp-error-std v0.8.0-alpha (/opt/rustwide/workdir/crates/standalone/error/cgp-error-std)
[INFO] [stderr]    Compiling cgp-error-anyhow v0.8.0-alpha (/opt/rustwide/workdir/crates/standalone/error/cgp-error-anyhow)
[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 toml v1.1.2+spec-1.1.0
[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] [stderr]    Compiling trybuild v1.0.117
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 33.17s
[INFO] running `Command { std: "docker" "inspect" "8b3b6b94f941b49bc7ea83541bf173995b939af5a4c9edacbc4887b1d4bd0555", 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" "8b3b6b94f941b49bc7ea83541bf173995b939af5a4c9edacbc4887b1d4bd0555" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[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] [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_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] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cgp_compile_fail_tests-6e1a6df57cedb903)
[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 tests/compile_fail_tests.rs (/opt/rustwide/target/debug/deps/compile_fail_tests-11f11b0c5e96e4db)
[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-run v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-run)
[INFO] [stderr]     Checking cgp-runtime v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-runtime)
[INFO] [stderr]     Checking cgp-error-extra v0.8.0-alpha (/opt/rustwide/workdir/crates/extra/cgp-error-extra)
[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.34s
[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 ... ok
[INFO] [stderr] test tests/acceptable/cgp_namespace/default_impl_foreign_prefix_path.rs ... ok
[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 ... ok
[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 ... ok
[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] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- compile_fail stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compile_fail' (2880) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.117/src/run.rs:102:13:
[INFO] [stdout] 2 of 31 tests failed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58b201626818 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58b201626818 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58b201626818 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58b201626818 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58b20163cd4a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58b20163cd4a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x58b20162b832 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x58b20162b832 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x58b201602856 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58b201602856 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58b20161dd99 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58b2015b6d7c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x58b2015b6d7c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x58b20161df52 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x58b20161df52 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58b201602912 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58b2015f7819 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58b20160362d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58b20163d4dc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58b2014b1d64 - <trybuild[ca5adc6d9a5b7b0c]::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:     0x58b2014bec98 - <trybuild[ca5adc6d9a5b7b0c]::TestCases as core[8fb95b77d25ab6c8]::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:     0x58b201376957 - core[8fb95b77d25ab6c8]::ptr::drop_glue::<trybuild[ca5adc6d9a5b7b0c]::TestCases>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ptr/mod.rs:825:1
[INFO] [stdout]   22:     0x58b201376b7b - compile_fail_tests[99efd56b973b3e95]::compile_fail
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/tests/cgp-compile-fail-tests/tests/compile_fail_tests.rs:27:1
[INFO] [stdout]   23:     0x58b201376ab7 - compile_fail_tests[99efd56b973b3e95]::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:     0x58b201377006 - <compile_fail_tests[99efd56b973b3e95]::compile_fail::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x58b2015a9e5b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x58b2015a9e5b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x58b2015b76d5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x58b2015b76d5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x58b2015b76d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x58b2015b76d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x58b2015b76d5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x58b2015b76d5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x58b2015b76d5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x58b2015b0fe4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x58b2015b0fe4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x58b2015ba752 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x58b2015ba752 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x58b2015ba752 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x58b2015ba752 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x58b2015ba752 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x58b2015ba752 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x58b2015ba752 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x58b201625bbf - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   44:     0x58b201625bbf - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   45:     0x7332078fbaa4 - <unknown>
[INFO] [stdout]   46:     0x733207988a64 - 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.16s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p cgp-compile-fail-tests --test compile_fail_tests`
[INFO] running `Command { std: "docker" "inspect" "8b3b6b94f941b49bc7ea83541bf173995b939af5a4c9edacbc4887b1d4bd0555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b3b6b94f941b49bc7ea83541bf173995b939af5a4c9edacbc4887b1d4bd0555", kill_on_drop: false }`
[INFO] [stdout] 8b3b6b94f941b49bc7ea83541bf173995b939af5a4c9edacbc4887b1d4bd0555
