[INFO] fetching crate caw_core 0.5.0... [INFO] checking caw_core-0.5.0 against try#306c6aded24f02440063be828ebe601fe5eb8323 for pr-133502-3 [INFO] extracting crate caw_core 0.5.0 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate caw_core 0.5.0 on toolchain 306c6aded24f02440063be828ebe601fe5eb8323 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate caw_core 0.5.0 [INFO] finished tweaking crates.io crate caw_core 0.5.0 [INFO] tweaked toml for crates.io crate caw_core 0.5.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate crates.io crate caw_core 0.5.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" "+306c6aded24f02440063be828ebe601fe5eb8323" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2b9018c0a25bd53ef9e97d1c02c678557ac27fa1f686347ae2b9d3564a2cf0f9 [INFO] running `Command { std: "docker" "start" "-a" "2b9018c0a25bd53ef9e97d1c02c678557ac27fa1f686347ae2b9d3564a2cf0f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2b9018c0a25bd53ef9e97d1c02c678557ac27fa1f686347ae2b9d3564a2cf0f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b9018c0a25bd53ef9e97d1c02c678557ac27fa1f686347ae2b9d3564a2cf0f9", kill_on_drop: false }` [INFO] [stdout] 2b9018c0a25bd53ef9e97d1c02c678557ac27fa1f686347ae2b9d3564a2cf0f9 [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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+306c6aded24f02440063be828ebe601fe5eb8323" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e29121bc01842d1e99d1d9161ee22ffdbd51414b6271ef54031523cdb922c2eb [INFO] running `Command { std: "docker" "start" "-a" "e29121bc01842d1e99d1d9161ee22ffdbd51414b6271ef54031523cdb922c2eb", kill_on_drop: false }` [INFO] [stderr] Checking caw_core v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:154:31 [INFO] [stdout] | [INFO] [stdout] 154 | type Output = Sig<$sig_mod::OpScalarSig>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 244 | impl_arith_op!(sig_add, Add, add); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `sig_add::OpScalarSig` [INFO] [stdout] --> src/sig_ops.rs:107:49 [INFO] [stdout] | [INFO] [stdout] 102 | pub struct OpScalarSig [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 107 | >::Output: Clone, [INFO] [stdout] | ^^^^^ required by this bound in `OpScalarSig` [INFO] [stdout] ... [INFO] [stdout] 239 | impl_op!(sig_add, Add, add); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:154:31 [INFO] [stdout] | [INFO] [stdout] 154 | type Output = Sig<$sig_mod::OpScalarSig>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 245 | impl_arith_op!(sig_sub, Sub, sub); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `sig_sub::OpScalarSig` [INFO] [stdout] --> src/sig_ops.rs:107:49 [INFO] [stdout] | [INFO] [stdout] 102 | pub struct OpScalarSig [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 107 | >::Output: Clone, [INFO] [stdout] | ^^^^^ required by this bound in `OpScalarSig` [INFO] [stdout] ... [INFO] [stdout] 240 | impl_op!(sig_sub, Sub, sub); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:154:31 [INFO] [stdout] | [INFO] [stdout] 154 | type Output = Sig<$sig_mod::OpScalarSig>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 246 | impl_arith_op!(sig_mul, Mul, mul); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `sig_mul::OpScalarSig` [INFO] [stdout] --> src/sig_ops.rs:107:49 [INFO] [stdout] | [INFO] [stdout] 102 | pub struct OpScalarSig [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 107 | >::Output: Clone, [INFO] [stdout] | ^^^^^ required by this bound in `OpScalarSig` [INFO] [stdout] ... [INFO] [stdout] 241 | impl_op!(sig_mul, Mul, mul); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:154:31 [INFO] [stdout] | [INFO] [stdout] 154 | type Output = Sig<$sig_mod::OpScalarSig>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 247 | impl_arith_op!(sig_div, Div, div); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `sig_div::OpScalarSig` [INFO] [stdout] --> src/sig_ops.rs:107:49 [INFO] [stdout] | [INFO] [stdout] 102 | pub struct OpScalarSig [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 107 | >::Output: Clone, [INFO] [stdout] | ^^^^^ required by this bound in `OpScalarSig` [INFO] [stdout] ... [INFO] [stdout] 242 | impl_op!(sig_div, Div, div); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:227:31 [INFO] [stdout] | [INFO] [stdout] 227 | type Output = Sig<$sig_mod::OpScalarSig>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 252 | impl_bool_op!(sig_bit_and, BitAnd, bitand); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `sig_bit_and::OpScalarSig` [INFO] [stdout] --> src/sig_ops.rs:107:49 [INFO] [stdout] | [INFO] [stdout] 102 | pub struct OpScalarSig [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 107 | >::Output: Clone, [INFO] [stdout] | ^^^^^ required by this bound in `OpScalarSig` [INFO] [stdout] ... [INFO] [stdout] 249 | impl_op!(sig_bit_and, BitAnd, bitand); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_bool_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:227:31 [INFO] [stdout] | [INFO] [stdout] 227 | type Output = Sig<$sig_mod::OpScalarSig>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 253 | impl_bool_op!(sig_bit_or, BitOr, bitor); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `sig_bit_or::OpScalarSig` [INFO] [stdout] --> src/sig_ops.rs:107:49 [INFO] [stdout] | [INFO] [stdout] 102 | pub struct OpScalarSig [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 107 | >::Output: Clone, [INFO] [stdout] | ^^^^^ required by this bound in `OpScalarSig` [INFO] [stdout] ... [INFO] [stdout] 250 | impl_op!(sig_bit_or, BitOr, bitor); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_bool_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:154:31 [INFO] [stdout] | [INFO] [stdout] 154 | type Output = Sig<$sig_mod::OpScalarSig>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 244 | impl_arith_op!(sig_add, Add, add); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `sig_add::OpScalarSig` [INFO] [stdout] --> src/sig_ops.rs:107:49 [INFO] [stdout] | [INFO] [stdout] 102 | pub struct OpScalarSig [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 107 | >::Output: Clone, [INFO] [stdout] | ^^^^^ required by this bound in `OpScalarSig` [INFO] [stdout] ... [INFO] [stdout] 239 | impl_op!(sig_add, Add, add); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:154:31 [INFO] [stdout] | [INFO] [stdout] 154 | type Output = Sig<$sig_mod::OpScalarSig>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 245 | impl_arith_op!(sig_sub, Sub, sub); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `sig_sub::OpScalarSig` [INFO] [stdout] --> src/sig_ops.rs:107:49 [INFO] [stdout] | [INFO] [stdout] 102 | pub struct OpScalarSig [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 107 | >::Output: Clone, [INFO] [stdout] | ^^^^^ required by this bound in `OpScalarSig` [INFO] [stdout] ... [INFO] [stdout] 240 | impl_op!(sig_sub, Sub, sub); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:154:31 [INFO] [stdout] | [INFO] [stdout] 154 | type Output = Sig<$sig_mod::OpScalarSig>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 246 | impl_arith_op!(sig_mul, Mul, mul); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `sig_mul::OpScalarSig` [INFO] [stdout] --> src/sig_ops.rs:107:49 [INFO] [stdout] | [INFO] [stdout] 102 | pub struct OpScalarSig [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 107 | >::Output: Clone, [INFO] [stdout] | ^^^^^ required by this bound in `OpScalarSig` [INFO] [stdout] ... [INFO] [stdout] 241 | impl_op!(sig_mul, Mul, mul); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:154:31 [INFO] [stdout] | [INFO] [stdout] 154 | type Output = Sig<$sig_mod::OpScalarSig>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 247 | impl_arith_op!(sig_div, Div, div); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `sig_div::OpScalarSig` [INFO] [stdout] --> src/sig_ops.rs:107:49 [INFO] [stdout] | [INFO] [stdout] 102 | pub struct OpScalarSig [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 107 | >::Output: Clone, [INFO] [stdout] | ^^^^^ required by this bound in `OpScalarSig` [INFO] [stdout] ... [INFO] [stdout] 242 | impl_op!(sig_div, Div, div); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:227:31 [INFO] [stdout] | [INFO] [stdout] 227 | type Output = Sig<$sig_mod::OpScalarSig>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 252 | impl_bool_op!(sig_bit_and, BitAnd, bitand); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `sig_bit_and::OpScalarSig` [INFO] [stdout] --> src/sig_ops.rs:107:49 [INFO] [stdout] | [INFO] [stdout] 102 | pub struct OpScalarSig [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 107 | >::Output: Clone, [INFO] [stdout] | ^^^^^ required by this bound in `OpScalarSig` [INFO] [stdout] ... [INFO] [stdout] 249 | impl_op!(sig_bit_and, BitAnd, bitand); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_bool_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:227:31 [INFO] [stdout] | [INFO] [stdout] 227 | type Output = Sig<$sig_mod::OpScalarSig>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 253 | impl_bool_op!(sig_bit_or, BitOr, bitor); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `sig_bit_or::OpScalarSig` [INFO] [stdout] --> src/sig_ops.rs:107:49 [INFO] [stdout] | [INFO] [stdout] 102 | pub struct OpScalarSig [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] ... [INFO] [stdout] 107 | >::Output: Clone, [INFO] [stdout] | ^^^^^ required by this bound in `OpScalarSig` [INFO] [stdout] ... [INFO] [stdout] 250 | impl_op!(sig_bit_or, BitOr, bitor); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] = note: this error originates in the macro `impl_bool_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | Sig($sig_mod::OpScalarSig { [INFO] [stdout] | _________________---_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |_________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 244 | impl_arith_op!(sig_add, Add, add); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_add::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 239 | impl_op!(sig_add, Add, add); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this tuple struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:17 [INFO] [stdout] | [INFO] [stdout] 157 | / Sig($sig_mod::OpScalarSig { [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |__________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 244 | impl_arith_op!(sig_add, Add, add); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_add::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 239 | impl_op!(sig_add, Add, add); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | Sig($sig_mod::OpScalarSig { [INFO] [stdout] | _________________---_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |_________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 245 | impl_arith_op!(sig_sub, Sub, sub); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_sub::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 240 | impl_op!(sig_sub, Sub, sub); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this tuple struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:17 [INFO] [stdout] | [INFO] [stdout] 157 | / Sig($sig_mod::OpScalarSig { [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |__________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 245 | impl_arith_op!(sig_sub, Sub, sub); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_sub::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 240 | impl_op!(sig_sub, Sub, sub); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | Sig($sig_mod::OpScalarSig { [INFO] [stdout] | _________________---_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |_________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 246 | impl_arith_op!(sig_mul, Mul, mul); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_mul::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 241 | impl_op!(sig_mul, Mul, mul); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this tuple struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:17 [INFO] [stdout] | [INFO] [stdout] 157 | / Sig($sig_mod::OpScalarSig { [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |__________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 246 | impl_arith_op!(sig_mul, Mul, mul); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_mul::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 241 | impl_op!(sig_mul, Mul, mul); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | Sig($sig_mod::OpScalarSig { [INFO] [stdout] | _________________---_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |_________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 247 | impl_arith_op!(sig_div, Div, div); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_div::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 242 | impl_op!(sig_div, Div, div); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this tuple struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:17 [INFO] [stdout] | [INFO] [stdout] 157 | / Sig($sig_mod::OpScalarSig { [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |__________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 247 | impl_arith_op!(sig_div, Div, div); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_div::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 242 | impl_op!(sig_div, Div, div); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:230:21 [INFO] [stdout] | [INFO] [stdout] 230 | Sig($sig_mod::OpScalarSig { [INFO] [stdout] | _________________---_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 231 | | lhs: self, [INFO] [stdout] 232 | | rhs: rhs.0, [INFO] [stdout] 233 | | }) [INFO] [stdout] | |_________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 252 | impl_bool_op!(sig_bit_and, BitAnd, bitand); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_bit_and::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 249 | impl_op!(sig_bit_and, BitAnd, bitand); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this tuple struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_bool_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | / Sig($sig_mod::OpScalarSig { [INFO] [stdout] 231 | | lhs: self, [INFO] [stdout] 232 | | rhs: rhs.0, [INFO] [stdout] 233 | | }) [INFO] [stdout] | |__________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 252 | impl_bool_op!(sig_bit_and, BitAnd, bitand); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_bit_and::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 249 | impl_op!(sig_bit_and, BitAnd, bitand); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_bool_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:230:21 [INFO] [stdout] | [INFO] [stdout] 230 | Sig($sig_mod::OpScalarSig { [INFO] [stdout] | _________________---_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 231 | | lhs: self, [INFO] [stdout] 232 | | rhs: rhs.0, [INFO] [stdout] 233 | | }) [INFO] [stdout] | |_________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 253 | impl_bool_op!(sig_bit_or, BitOr, bitor); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_bit_or::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 250 | impl_op!(sig_bit_or, BitOr, bitor); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this tuple struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_bool_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | / Sig($sig_mod::OpScalarSig { [INFO] [stdout] 231 | | lhs: self, [INFO] [stdout] 232 | | rhs: rhs.0, [INFO] [stdout] 233 | | }) [INFO] [stdout] | |__________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 253 | impl_bool_op!(sig_bit_or, BitOr, bitor); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_bit_or::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 250 | impl_op!(sig_bit_or, BitOr, bitor); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_bool_op` which comes from the expansion of the macro `impl_op` (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 E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `caw_core` (lib) due to 18 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | Sig($sig_mod::OpScalarSig { [INFO] [stdout] | _________________---_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |_________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 244 | impl_arith_op!(sig_add, Add, add); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_add::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 239 | impl_op!(sig_add, Add, add); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this tuple struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:17 [INFO] [stdout] | [INFO] [stdout] 157 | / Sig($sig_mod::OpScalarSig { [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |__________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 244 | impl_arith_op!(sig_add, Add, add); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_add::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 239 | impl_op!(sig_add, Add, add); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | Sig($sig_mod::OpScalarSig { [INFO] [stdout] | _________________---_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |_________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 245 | impl_arith_op!(sig_sub, Sub, sub); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_sub::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 240 | impl_op!(sig_sub, Sub, sub); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this tuple struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:17 [INFO] [stdout] | [INFO] [stdout] 157 | / Sig($sig_mod::OpScalarSig { [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |__________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 245 | impl_arith_op!(sig_sub, Sub, sub); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_sub::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 240 | impl_op!(sig_sub, Sub, sub); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | Sig($sig_mod::OpScalarSig { [INFO] [stdout] | _________________---_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |_________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 246 | impl_arith_op!(sig_mul, Mul, mul); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_mul::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 241 | impl_op!(sig_mul, Mul, mul); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this tuple struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:17 [INFO] [stdout] | [INFO] [stdout] 157 | / Sig($sig_mod::OpScalarSig { [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |__________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 246 | impl_arith_op!(sig_mul, Mul, mul); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_mul::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 241 | impl_op!(sig_mul, Mul, mul); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | Sig($sig_mod::OpScalarSig { [INFO] [stdout] | _________________---_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |_________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 247 | impl_arith_op!(sig_div, Div, div); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_div::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 242 | impl_op!(sig_div, Div, div); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this tuple struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:157:17 [INFO] [stdout] | [INFO] [stdout] 157 | / Sig($sig_mod::OpScalarSig { [INFO] [stdout] 158 | | lhs: self, [INFO] [stdout] 159 | | rhs: rhs.0, [INFO] [stdout] 160 | | }) [INFO] [stdout] | |__________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 247 | impl_arith_op!(sig_div, Div, div); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_div::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 242 | impl_op!(sig_div, Div, div); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_arith_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:230:21 [INFO] [stdout] | [INFO] [stdout] 230 | Sig($sig_mod::OpScalarSig { [INFO] [stdout] | _________________---_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 231 | | lhs: self, [INFO] [stdout] 232 | | rhs: rhs.0, [INFO] [stdout] 233 | | }) [INFO] [stdout] | |_________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 252 | impl_bool_op!(sig_bit_and, BitAnd, bitand); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_bit_and::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 249 | impl_op!(sig_bit_and, BitAnd, bitand); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this tuple struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_bool_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | / Sig($sig_mod::OpScalarSig { [INFO] [stdout] 231 | | lhs: self, [INFO] [stdout] 232 | | rhs: rhs.0, [INFO] [stdout] 233 | | }) [INFO] [stdout] | |__________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 252 | impl_bool_op!(sig_bit_and, BitAnd, bitand); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_bit_and::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 249 | impl_op!(sig_bit_and, BitAnd, bitand); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_bool_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:230:21 [INFO] [stdout] | [INFO] [stdout] 230 | Sig($sig_mod::OpScalarSig { [INFO] [stdout] | _________________---_^ [INFO] [stdout] | | | [INFO] [stdout] | | required by a bound introduced by this call [INFO] [stdout] 231 | | lhs: self, [INFO] [stdout] 232 | | rhs: rhs.0, [INFO] [stdout] 233 | | }) [INFO] [stdout] | |_________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 253 | impl_bool_op!(sig_bit_or, BitOr, bitor); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_bit_or::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 250 | impl_op!(sig_bit_or, BitOr, bitor); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this tuple struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_bool_op` which comes from the expansion of the macro `impl_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `::Output: Clone` is not satisfied [INFO] [stdout] --> src/sig_ops.rs:230:17 [INFO] [stdout] | [INFO] [stdout] 230 | / Sig($sig_mod::OpScalarSig { [INFO] [stdout] 231 | | lhs: self, [INFO] [stdout] 232 | | rhs: rhs.0, [INFO] [stdout] 233 | | }) [INFO] [stdout] | |__________________^ the trait `Clone` is not implemented for `::Output` [INFO] [stdout] ... [INFO] [stdout] 253 | impl_bool_op!(sig_bit_or, BitOr, bitor); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: required for `sig_bit_or::OpScalarSig` to implement `SigT` [INFO] [stdout] --> src/sig_ops.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | impl SigT for OpScalarSig [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 118 | >::Output: Clone, [INFO] [stdout] | ----- unsatisfied trait bound introduced here [INFO] [stdout] ... [INFO] [stdout] 250 | impl_op!(sig_bit_or, BitOr, bitor); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] note: required by a bound in `Sig` [INFO] [stdout] --> src/sig.rs:306:8 [INFO] [stdout] | [INFO] [stdout] 304 | pub struct Sig(pub S) [INFO] [stdout] | --- required by a bound in this struct [INFO] [stdout] 305 | where [INFO] [stdout] 306 | S: SigT; [INFO] [stdout] | ^^^^ required by this bound in `Sig` [INFO] [stdout] = note: this error originates in the macro `impl_bool_op` which comes from the expansion of the macro `impl_op` (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 E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `caw_core` (lib test) due to 18 previous errors [INFO] running `Command { std: "docker" "inspect" "e29121bc01842d1e99d1d9161ee22ffdbd51414b6271ef54031523cdb922c2eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e29121bc01842d1e99d1d9161ee22ffdbd51414b6271ef54031523cdb922c2eb", kill_on_drop: false }` [INFO] [stdout] e29121bc01842d1e99d1d9161ee22ffdbd51414b6271ef54031523cdb922c2eb