[INFO] fetching crate leptos-shadcn-tooltip 0.9.0... [INFO] checking leptos-shadcn-tooltip-0.9.0 against try#c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f for pr-133502-21 [INFO] extracting crate leptos-shadcn-tooltip 0.9.0 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate leptos-shadcn-tooltip 0.9.0 [INFO] finished tweaking crates.io crate leptos-shadcn-tooltip 0.9.0 [INFO] tweaked toml for crates.io crate leptos-shadcn-tooltip 0.9.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate leptos-shadcn-tooltip 0.9.0 on toolchain c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate leptos-shadcn-tooltip 0.9.0 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" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fd9f1b710a536615bbfede532210c44c70d926f6d1537342a898e12f1aa701a0 [INFO] running `Command { std: "docker" "start" "-a" "fd9f1b710a536615bbfede532210c44c70d926f6d1537342a898e12f1aa701a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd9f1b710a536615bbfede532210c44c70d926f6d1537342a898e12f1aa701a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd9f1b710a536615bbfede532210c44c70d926f6d1537342a898e12f1aa701a0", kill_on_drop: false }` [INFO] [stdout] fd9f1b710a536615bbfede532210c44c70d926f6d1537342a898e12f1aa701a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:29356a839a4d14451438f794ce8414e707d72405f44418718d724d22562fe786" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a52314087587181966f664df2b6045e166e4f30d8bb3fb04e904765e8232fbff [INFO] running `Command { std: "docker" "start" "-a" "a52314087587181966f664df2b6045e166e4f30d8bb3fb04e904765e8232fbff", kill_on_drop: false }` [INFO] [stderr] Checking tachys v0.2.8 [INFO] [stdout] error[E0275]: overflow evaluating the requirement `<&'a str as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/view/add_attr.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | / fn add_any_attr( [INFO] [stdout] 33 | | self, [INFO] [stdout] 34 | | _attr: NewAttr, [INFO] [stdout] 35 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/view/strings.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | no_attrs!(&'a str); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `no_attrs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/view/add_attr.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | / fn add_any_attr( [INFO] [stdout] 33 | | self, [INFO] [stdout] 34 | | _attr: NewAttr, [INFO] [stdout] 35 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/view/strings.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | no_attrs!(Cow<'a, str>); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `no_attrs` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/view/template.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | / fn add_any_attr( [INFO] [stdout] 63 | | self, [INFO] [stdout] 64 | | _attr: NewAttr, [INFO] [stdout] 65 | | ) -> Self::Output { [INFO] [stdout] | |______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 838 | / reactive_impl!( [INFO] [stdout] 839 | | RwSignal, [INFO] [stdout] 840 | | , [INFO] [stdout] 841 | | V, [INFO] [stdout] ... | [INFO] [stdout] 845 | | S: Send + Sync + 'static, [INFO] [stdout] 846 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 847 | / reactive_impl!( [INFO] [stdout] 848 | | ReadSignal, [INFO] [stdout] 849 | | , [INFO] [stdout] 850 | | V, [INFO] [stdout] ... | [INFO] [stdout] 854 | | S: Send + Sync + 'static, [INFO] [stdout] 855 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 856 | / reactive_impl!( [INFO] [stdout] 857 | | Memo, [INFO] [stdout] 858 | | , [INFO] [stdout] 859 | | V, [INFO] [stdout] ... | [INFO] [stdout] 863 | | S: Send + Sync + 'static, [INFO] [stdout] 864 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 865 | / reactive_impl!( [INFO] [stdout] 866 | | Signal, [INFO] [stdout] 867 | | , [INFO] [stdout] 868 | | V, [INFO] [stdout] ... | [INFO] [stdout] 872 | | S: Send + Sync + 'static, [INFO] [stdout] 873 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 874 | / reactive_impl!( [INFO] [stdout] 875 | | MaybeSignal, [INFO] [stdout] 876 | | , [INFO] [stdout] 877 | | V, [INFO] [stdout] ... | [INFO] [stdout] 881 | | S: Send + Sync + 'static, [INFO] [stdout] 882 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 883 | reactive_impl!(ArcRwSignal, , V, false, ArcRwSignal: Get); [INFO] [stdout] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 884 | reactive_impl!(ArcReadSignal, , V, false, ArcReadSignal: Get); [INFO] [stdout] | ------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 885 | reactive_impl!(ArcMemo, , V, false, ArcMemo: Get); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 886 | reactive_impl!(ArcSignal, , V, true, ArcSignal: Get); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 911 | / reactive_impl!( [INFO] [stdout] 912 | | Subfield, [INFO] [stdout] 913 | | , [INFO] [stdout] 914 | | V, [INFO] [stdout] ... | [INFO] [stdout] 918 | | Inner: Send + Sync + Clone + 'static, [INFO] [stdout] 919 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 921 | / reactive_impl!( [INFO] [stdout] 922 | | AtKeyed, [INFO] [stdout] 923 | | , [INFO] [stdout] 924 | | V, [INFO] [stdout] ... | [INFO] [stdout] 930 | | for<'a> &'a V: IntoIterator, [INFO] [stdout] 931 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 933 | / reactive_impl!( [INFO] [stdout] 934 | | KeyedSubfield, [INFO] [stdout] 935 | | , [INFO] [stdout] 936 | | V, [INFO] [stdout] ... | [INFO] [stdout] 942 | | for<'a> &'a V: IntoIterator, [INFO] [stdout] 943 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 945 | / reactive_impl!( [INFO] [stdout] 946 | | DerefedField, [INFO] [stdout] 947 | | , [INFO] [stdout] 948 | | ::Target, [INFO] [stdout] ... | [INFO] [stdout] 951 | | ::Value: Deref + DerefMut [INFO] [stdout] 952 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 954 | / reactive_impl!( [INFO] [stdout] 955 | | AtIndex, [INFO] [stdout] 956 | | , [INFO] [stdout] 957 | | >::Output, [INFO] [stdout] ... | [INFO] [stdout] 961 | | Inner: Send + Sync + Clone + 'static, [INFO] [stdout] 962 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 963 | / reactive_impl!( [INFO] [stdout] 964 | | Store, [INFO] [stdout] 965 | | , [INFO] [stdout] 966 | | V, [INFO] [stdout] ... | [INFO] [stdout] 970 | | S: Send + Sync + 'static, [INFO] [stdout] 971 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 972 | / reactive_impl!( [INFO] [stdout] 973 | | Field, [INFO] [stdout] 974 | | , [INFO] [stdout] 975 | | V, [INFO] [stdout] ... | [INFO] [stdout] 979 | | S: Send + Sync + 'static, [INFO] [stdout] 980 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 981 | reactive_impl!(ArcStore, , V, false, ArcStore: Get); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement ` as AddAnyAttr>::Output == _` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.8/src/reactive_graph/mod.rs:667:13 [INFO] [stdout] | [INFO] [stdout] 667 | / fn add_any_attr( [INFO] [stdout] 668 | | self, [INFO] [stdout] 669 | | _attr: NewAttr, [INFO] [stdout] 670 | | ) -> Self::Output { [INFO] [stdout] | |______________________________________^ [INFO] [stdout] ... [INFO] [stdout] 982 | reactive_impl!(ArcField, , V, false, ArcField: Get); [INFO] [stdout] | -------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `reactive_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stderr] error: could not compile `tachys` (lib) due to 21 previous errors [INFO] running `Command { std: "docker" "inspect" "a52314087587181966f664df2b6045e166e4f30d8bb3fb04e904765e8232fbff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a52314087587181966f664df2b6045e166e4f30d8bb3fb04e904765e8232fbff", kill_on_drop: false }` [INFO] [stdout] a52314087587181966f664df2b6045e166e4f30d8bb3fb04e904765e8232fbff