[INFO] fetching crate ops-on-fn 0.0.1... [INFO] testing ops-on-fn-0.0.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate ops-on-fn 0.0.1 into /workspace/builds/worker-6-tc1/source [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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ops-on-fn 0.0.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 580488bb4e831221ea01916ad4732422cbe9d18bd06e4140cc83c3f822d93f3d [INFO] running `Command { std: "docker" "start" "-a" "580488bb4e831221ea01916ad4732422cbe9d18bd06e4140cc83c3f822d93f3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "580488bb4e831221ea01916ad4732422cbe9d18bd06e4140cc83c3f822d93f3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "580488bb4e831221ea01916ad4732422cbe9d18bd06e4140cc83c3f822d93f3d", kill_on_drop: false }` [INFO] [stdout] 580488bb4e831221ea01916ad4732422cbe9d18bd06e4140cc83c3f822d93f3d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 09d5b05cbfd3b3262eefa26bad02dfb45d9926d50ade7c9f73be5d592ff244fc [INFO] running `Command { std: "docker" "start" "-a" "09d5b05cbfd3b3262eefa26bad02dfb45d9926d50ade7c9f73be5d592ff244fc", kill_on_drop: false }` [INFO] [stderr] Compiling 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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | extern "rust-call" fn call_once(self, args: Args) -> Self::Output { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:163:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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 `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | extern "rust-call" fn call_mut(&mut self, args: Args) -> Self::Output { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:76:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | extern "rust-call" fn call(&self, args: Args) -> Self::Output { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | extern "rust-call" fn call_once(self, args: Args) -> Self::Output { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:163:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | extern "rust-call" fn call_mut(&mut self, args: Args) -> Self::Output { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | extern "rust-call" fn call_once(self, args: Args) -> Self::Output { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:76:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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 `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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:163:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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[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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:163:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:76:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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: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] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:76:1 [INFO] [stdout] help: consider restricting type parameter `Args` with unstable trait `Tuple` [INFO] [stdout] | [INFO] [stdout] 3 | pub trait OpsFn { [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Args` is not a tuple [INFO] [stdout] --> src/not.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | !self.0.call_once(args) [INFO] [stdout] | --------- ^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `call_once` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:250:5 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | !self.0.call_once(args) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [INFO] [stdout] | [INFO] [stdout] 16 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Args` is not a tuple [INFO] [stdout] --> src/not.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | !self.0.call_mut(args) [INFO] [stdout] | -------- ^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `call_mut` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:166:5 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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 `FnOnce` trait must be a tuple [INFO] [stdout] --> src/not.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | !self.0.call_mut(args) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [INFO] [stdout] | [INFO] [stdout] 27 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Args` is not a tuple [INFO] [stdout] --> src/not.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | !self.0.call(args) [INFO] [stdout] | ---- ^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `call` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:79:5 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [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:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | !self.0.call(args) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [INFO] [stdout] | [INFO] [stdout] 37 | T::Output: ops::Not, Args: std::marker::Tuple [INFO] [stdout] | ++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Args` is not a tuple [INFO] [stdout] --> src/not.rs:58:27 [INFO] [stdout] | [INFO] [stdout] 58 | !self.0.call_once(args) [INFO] [stdout] | --------- ^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `call_once` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:250:5 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [INFO] [stdout] | [INFO] [stdout] 54 | T: FnOnce, Args: std::marker::Tuple [INFO] [stdout] | ++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Args` is not a tuple [INFO] [stdout] --> src/not.rs:68:26 [INFO] [stdout] | [INFO] [stdout] 68 | !self.0.call_mut(args) [INFO] [stdout] | -------- ^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `call_mut` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:166:5 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [INFO] [stdout] | [INFO] [stdout] 65 | T: FnMut, Args: std::marker::Tuple [INFO] [stdout] | ++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Args` is not a tuple [INFO] [stdout] --> src/not.rs:86:27 [INFO] [stdout] | [INFO] [stdout] 86 | !self.0.call_once(args) [INFO] [stdout] | --------- ^^^^ the trait `Tuple` is not implemented for `Args` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `call_once` [INFO] [stdout] --> /rustc/8de4c7234dd9b97c9d76b58671343fdbbc9a433e/library/core/src/ops/function.rs:250:5 [INFO] [stdout] help: consider further restricting type parameter `Args` with unstable trait `Tuple` [INFO] [stdout] | [INFO] [stdout] 82 | T: FnOnce, Args: std::marker::Tuple [INFO] [stdout] | ++++++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0059, E0277. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0059`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ops-on-fn` (lib) due to 32 previous errors [INFO] running `Command { std: "docker" "inspect" "09d5b05cbfd3b3262eefa26bad02dfb45d9926d50ade7c9f73be5d592ff244fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09d5b05cbfd3b3262eefa26bad02dfb45d9926d50ade7c9f73be5d592ff244fc", kill_on_drop: false }` [INFO] [stdout] 09d5b05cbfd3b3262eefa26bad02dfb45d9926d50ade7c9f73be5d592ff244fc