[INFO] fetching crate ops-on-fn 0.0.1... [INFO] checking ops-on-fn-0.0.1 against try#388b725dea7416978ab58ab1f908139d530308a7 for pr-99943 [INFO] extracting crate ops-on-fn 0.0.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate ops-on-fn 0.0.1 on toolchain 388b725dea7416978ab58ab1f908139d530308a7 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+388b725dea7416978ab58ab1f908139d530308a7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ops-on-fn 0.0.1 [INFO] finished tweaking crates.io crate ops-on-fn 0.0.1 [INFO] tweaked toml for crates.io crate ops-on-fn 0.0.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+388b725dea7416978ab58ab1f908139d530308a7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+388b725dea7416978ab58ab1f908139d530308a7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+388b725dea7416978ab58ab1f908139d530308a7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 28ad6b0bbcfda77de6dfc0aab758c2e01f2b6ec2cb4ec7de194234d94406848a [INFO] running `Command { std: "docker" "start" "-a" "28ad6b0bbcfda77de6dfc0aab758c2e01f2b6ec2cb4ec7de194234d94406848a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "28ad6b0bbcfda77de6dfc0aab758c2e01f2b6ec2cb4ec7de194234d94406848a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28ad6b0bbcfda77de6dfc0aab758c2e01f2b6ec2cb4ec7de194234d94406848a", kill_on_drop: false }` [INFO] [stdout] 28ad6b0bbcfda77de6dfc0aab758c2e01f2b6ec2cb4ec7de194234d94406848a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+388b725dea7416978ab58ab1f908139d530308a7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce0eccbeb7f573850126304c12c7407578c93511f47ea87004487e5792d319e5 [INFO] running `Command { std: "docker" "start" "-a" "ce0eccbeb7f573850126304c12c7407578c93511f47ea87004487e5792d319e5", kill_on_drop: false }` [INFO] [stderr] Checking ops-on-fn v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | impl FnOnce for Not [INFO] [stdout] | ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 16 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple [INFO] [stdout] --> src/not.rs:24:15 [INFO] [stdout] | [INFO] [stdout] 24 | impl FnMut for Not [INFO] [stdout] | ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnMut` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 27 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple [INFO] [stdout] --> src/not.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | impl Fn for Not [INFO] [stdout] | ^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Fn` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 37 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:51:18 [INFO] [stdout] | [INFO] [stdout] 51 | impl FnOnce for NotMut [INFO] [stdout] | ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 54 | T: FnOnce, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple [INFO] [stdout] --> src/not.rs:62:18 [INFO] [stdout] | [INFO] [stdout] 62 | impl FnMut for NotMut [INFO] [stdout] | ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnMut` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 65 | T: FnMut, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:79:18 [INFO] [stdout] | [INFO] [stdout] 79 | impl FnOnce for NotOnce [INFO] [stdout] | ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 82 | T: FnOnce, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | type Output = ::Output; [INFO] [stdout] | ^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 16 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | T: FnOnce + Sized, [INFO] [stdout] | ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 16 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple [INFO] [stdout] --> src/not.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | T: FnMut + Sized, [INFO] [stdout] | ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnMut` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 27 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple [INFO] [stdout] --> src/not.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | T: Fn + Sized, [INFO] [stdout] | ^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Fn` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 37 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:54:21 [INFO] [stdout] | [INFO] [stdout] 54 | T: FnOnce, [INFO] [stdout] | ^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 54 | T: FnOnce, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:65:20 [INFO] [stdout] | [INFO] [stdout] 65 | T: FnMut, [INFO] [stdout] | ^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 65 | T: FnMut, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | T: FnOnce, [INFO] [stdout] | ^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 82 | T: FnOnce, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple [INFO] [stdout] --> src/ops_fn.rs:11:42 [INFO] [stdout] | [INFO] [stdout] 11 | impl OpsFn for T where T: Fn {} [INFO] [stdout] | ^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Fn` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 11 | impl OpsFn for T where T: Fn, Args: std::marker::Tuple {} [INFO] [stdout] | ++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple [INFO] [stdout] --> src/ops_fn.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | Self: Fn, [INFO] [stdout] | ^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Fn` [INFO] [stdout] help: consider restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 3 | pub trait OpsFn { [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple [INFO] [stdout] --> src/ops_fn_mut.rs:8:45 [INFO] [stdout] | [INFO] [stdout] 8 | impl OpsFnMut for T where T: FnMut {} [INFO] [stdout] | ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnMut` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 8 | impl OpsFnMut for T where T: FnMut, Args: std::marker::Tuple {} [INFO] [stdout] | ++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/ops_fn_once.rs:11:46 [INFO] [stdout] | [INFO] [stdout] 11 | impl OpsFnOnce for T where T: FnOnce {} [INFO] [stdout] | ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 11 | impl OpsFnOnce for T where T: FnOnce, Args: std::marker::Tuple {} [INFO] [stdout] | ++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0059`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ops-on-fn` due to 18 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:13:15 [INFO] [stdout] | [INFO] [stdout] 13 | impl FnOnce for Not [INFO] [stdout] | ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 16 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple [INFO] [stdout] --> src/not.rs:24:15 [INFO] [stdout] | [INFO] [stdout] 24 | impl FnMut for Not [INFO] [stdout] | ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnMut` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 27 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple [INFO] [stdout] --> src/not.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | impl Fn for Not [INFO] [stdout] | ^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Fn` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 37 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:51:18 [INFO] [stdout] | [INFO] [stdout] 51 | impl FnOnce for NotMut [INFO] [stdout] | ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 54 | T: FnOnce, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple [INFO] [stdout] --> src/not.rs:62:18 [INFO] [stdout] | [INFO] [stdout] 62 | impl FnMut for NotMut [INFO] [stdout] | ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnMut` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 65 | T: FnMut, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:79:18 [INFO] [stdout] | [INFO] [stdout] 79 | impl FnOnce for NotOnce [INFO] [stdout] | ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 82 | T: FnOnce, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | type Output = ::Output; [INFO] [stdout] | ^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 16 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | T: FnOnce + Sized, [INFO] [stdout] | ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 16 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple [INFO] [stdout] --> src/not.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | T: FnMut + Sized, [INFO] [stdout] | ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnMut` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 27 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple [INFO] [stdout] --> src/not.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | T: Fn + Sized, [INFO] [stdout] | ^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Fn` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 37 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:54:21 [INFO] [stdout] | [INFO] [stdout] 54 | T: FnOnce, [INFO] [stdout] | ^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 54 | T: FnOnce, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:65:20 [INFO] [stdout] | [INFO] [stdout] 65 | T: FnMut, [INFO] [stdout] | ^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 65 | T: FnMut, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | T: FnOnce, [INFO] [stdout] | ^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 82 | T: FnOnce, Args: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple [INFO] [stdout] --> src/ops_fn.rs:11:42 [INFO] [stdout] | [INFO] [stdout] 11 | impl OpsFn for T where T: Fn {} [INFO] [stdout] | ^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Fn` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 11 | impl OpsFn for T where T: Fn, Args: std::marker::Tuple {} [INFO] [stdout] | ++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple [INFO] [stdout] --> src/ops_fn.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | Self: Fn, [INFO] [stdout] | ^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Fn` [INFO] [stdout] help: consider restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 3 | pub trait OpsFn { [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple [INFO] [stdout] --> src/ops_fn_mut.rs:8:45 [INFO] [stdout] | [INFO] [stdout] 8 | impl OpsFnMut for T where T: FnMut {} [INFO] [stdout] | ^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnMut` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 8 | impl OpsFnMut for T where T: FnMut, Args: std::marker::Tuple {} [INFO] [stdout] | ++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/ops_fn_once.rs:11:46 [INFO] [stdout] | [INFO] [stdout] 11 | impl OpsFnOnce for T where T: FnOnce {} [INFO] [stdout] | ^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] help: consider further restricting type parameter `Args` [INFO] [stdout] | [INFO] [stdout] 11 | impl OpsFnOnce for T where T: FnOnce, Args: std::marker::Tuple {} [INFO] [stdout] | ++++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0059`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ops-on-fn` due to 18 previous errors [INFO] running `Command { std: "docker" "inspect" "ce0eccbeb7f573850126304c12c7407578c93511f47ea87004487e5792d319e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce0eccbeb7f573850126304c12c7407578c93511f47ea87004487e5792d319e5", kill_on_drop: false }` [INFO] [stdout] ce0eccbeb7f573850126304c12c7407578c93511f47ea87004487e5792d319e5