[INFO] fetching crate detour2 0.9.0...
[INFO] checking detour2-0.9.0 against master#80399064afa4a2cd153f30d02c25f7ea0383ed65 for opaque-soundness-fix
[INFO] extracting crate detour2 0.9.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate detour2 0.9.0 on toolchain 80399064afa4a2cd153f30d02c25f7ea0383ed65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate detour2 0.9.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate detour2 0.9.0
[INFO] tweaked toml for crates.io crate detour2 0.9.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate detour2 0.9.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1b87e8d43c42a7ee901711093b6128e72ac64b14b74cab470f85c3a9f465c659
[INFO] running `Command { std: "docker" "start" "-a" "1b87e8d43c42a7ee901711093b6128e72ac64b14b74cab470f85c3a9f465c659", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b87e8d43c42a7ee901711093b6128e72ac64b14b74cab470f85c3a9f465c659", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b87e8d43c42a7ee901711093b6128e72ac64b14b74cab470f85c3a9f465c659", kill_on_drop: false }`
[INFO] [stdout] 1b87e8d43c42a7ee901711093b6128e72ac64b14b74cab470f85c3a9f465c659
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0553d46baca349d644503b839b0010874c475b1e4c248e4d83b5c828cfb9e51e
[INFO] running `Command { std: "docker" "start" "-a" "0553d46baca349d644503b839b0010874c475b1e4c248e4d83b5c828cfb9e51e", kill_on_drop: false }`
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]     Checking detour2 v0.9.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 |   feature(naked_functions, core_intrinsics)
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Result` is imported redundantly
[INFO] [stdout]    --> src/lib.rs:117:7
[INFO] [stdout]     |
[INFO] [stdout] 116 |   use super::*;
[INFO] [stdout]     |       -------- the item `Result` is already imported here
[INFO] [stdout] 117 |   use crate::Result;
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `abi_thiscall` has been stable since 1.73.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:29
[INFO] [stdout]   |
[INFO] [stdout] 4 |   feature(unboxed_closures, abi_thiscall)
[INFO] [stdout]   |                             ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `abi_thiscall` has been stable since 1.73.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:29
[INFO] [stdout]   |
[INFO] [stdout] 4 |   feature(unboxed_closures, abi_thiscall)
[INFO] [stdout]   |                             ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]    --> src/detours/statik.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout] 106 |     D: Fn<T::Arguments, Output = T::Output> + Send + 'static,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `<T as Function>::Arguments`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]    --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 106 |     D: Fn<T::Arguments, Output = T::Output> + Send + 'static, <T as Function>::Arguments: Tuple
[INFO] [stdout]     |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]    --> src/detours/statik.rs:157:8
[INFO] [stdout]     |
[INFO] [stdout] 157 |     C: Fn<T::Arguments, Output = T::Output> + Send + 'static,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `<T as Function>::Arguments`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]    --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 157 |     C: Fn<T::Arguments, Output = T::Output> + Send + 'static, <T as Function>::Arguments: Tuple
[INFO] [stdout]     |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]    --> src/detours/statik.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout] 106 |     D: Fn<T::Arguments, Output = T::Output> + Send + 'static,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `<T as Function>::Arguments`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]    --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 106 |     D: Fn<T::Arguments, Output = T::Output> + Send + 'static, <T as Function>::Arguments: Tuple
[INFO] [stdout]     |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]    --> src/detours/statik.rs:157:8
[INFO] [stdout]     |
[INFO] [stdout] 157 |     C: Fn<T::Arguments, Output = T::Output> + Send + 'static,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `<T as Function>::Arguments`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]    --> /rustc/80399064afa4a2cd153f30d02c25f7ea0383ed65/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 157 |     C: Fn<T::Arguments, Output = T::Output> + Send + 'static, <T as Function>::Arguments: Tuple
[INFO] [stdout]     |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `<T as Function>::Arguments` is not a tuple
[INFO] [stdout]    --> src/detours/statik.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 | /     unsafe { self.closure.load(Ordering::SeqCst).as_ref() }
[INFO] [stdout] 181 | |       .ok_or(Error::NotInitialized)
[INFO] [stdout] 182 | |       .expect("retrieving detour closure")
[INFO] [stdout]     | |__________________________________________^ the trait `Tuple` is not implemented for `<T as Function>::Arguments`, which is required by `Box<dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>>: Fn<<T as Function>::Arguments>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `Box<dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>>` to implement `Fn<<T as Function>::Arguments>`
[INFO] [stdout]     = note: required for the cast from `&Box<dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>>` to `&dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>`
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 178 |   pub fn __detour(&self) -> &dyn Fn<T::Arguments, Output = T::Output> where <T as Function>::Arguments: Tuple {
[INFO] [stdout]     |                                                                       +++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `<T as Function>::Arguments` is not a tuple
[INFO] [stdout]    --> src/detours/statik.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 | /     unsafe { self.closure.load(Ordering::SeqCst).as_ref() }
[INFO] [stdout] 181 | |       .ok_or(Error::NotInitialized)
[INFO] [stdout] 182 | |       .expect("retrieving detour closure")
[INFO] [stdout]     | |__________________________________________^ the trait `Tuple` is not implemented for `<T as Function>::Arguments`, which is required by `Box<dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>>: Fn<<T as Function>::Arguments>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `Box<dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>>` to implement `Fn<<T as Function>::Arguments>`
[INFO] [stdout]     = note: required for the cast from `&Box<dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>>` to `&dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>`
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 178 |   pub fn __detour(&self) -> &dyn Fn<T::Arguments, Output = T::Output> where <T as Function>::Arguments: Tuple {
[INFO] [stdout]     |                                                                       +++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted
[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] [stdout] error: aborting due to 3 previous errors; 3 warnings emitted
[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 `detour2` (lib) due to 4 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `detour2` (lib test) due to 4 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0553d46baca349d644503b839b0010874c475b1e4c248e4d83b5c828cfb9e51e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0553d46baca349d644503b839b0010874c475b1e4c248e4d83b5c828cfb9e51e", kill_on_drop: false }`
[INFO] [stdout] 0553d46baca349d644503b839b0010874c475b1e4c248e4d83b5c828cfb9e51e
[INFO] checking detour2-0.9.0 against master#09bc67b9158392361780e779d32997f14cc75c39 for opaque-soundness-fix
[INFO] extracting crate detour2 0.9.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate detour2 0.9.0 on toolchain 09bc67b9158392361780e779d32997f14cc75c39
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate detour2 0.9.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate detour2 0.9.0
[INFO] tweaked toml for crates.io crate detour2 0.9.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate crates.io crate detour2 0.9.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0fbbe44e2b00c6852932ab029285623081dd34720460e9db6c88516ed6d6116c
[INFO] running `Command { std: "docker" "start" "-a" "0fbbe44e2b00c6852932ab029285623081dd34720460e9db6c88516ed6d6116c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0fbbe44e2b00c6852932ab029285623081dd34720460e9db6c88516ed6d6116c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0fbbe44e2b00c6852932ab029285623081dd34720460e9db6c88516ed6d6116c", kill_on_drop: false }`
[INFO] [stdout] 0fbbe44e2b00c6852932ab029285623081dd34720460e9db6c88516ed6d6116c
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ab07820f3956aa69e68d2225bbf9e7585c40876aacf0167c027dd5dc661112bd
[INFO] running `Command { std: "docker" "start" "-a" "ab07820f3956aa69e68d2225bbf9e7585c40876aacf0167c027dd5dc661112bd", kill_on_drop: false }`
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]     Checking detour2 v0.9.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 |   feature(naked_functions, core_intrinsics)
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Result` is imported redundantly
[INFO] [stdout]    --> src/lib.rs:117:7
[INFO] [stdout]     |
[INFO] [stdout] 116 |   use super::*;
[INFO] [stdout]     |       -------- the item `Result` is already imported here
[INFO] [stdout] 117 |   use crate::Result;
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `abi_thiscall` has been stable since 1.73.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:29
[INFO] [stdout]   |
[INFO] [stdout] 4 |   feature(unboxed_closures, abi_thiscall)
[INFO] [stdout]   |                             ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `abi_thiscall` has been stable since 1.73.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:4:29
[INFO] [stdout]   |
[INFO] [stdout] 4 |   feature(unboxed_closures, abi_thiscall)
[INFO] [stdout]   |                             ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]    --> src/detours/statik.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout] 106 |     D: Fn<T::Arguments, Output = T::Output> + Send + 'static,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `<T as Function>::Arguments`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]    --> /rustc/09bc67b9158392361780e779d32997f14cc75c39/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 106 |     D: Fn<T::Arguments, Output = T::Output> + Send + 'static, <T as Function>::Arguments: Tuple
[INFO] [stdout]     |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]    --> src/detours/statik.rs:157:8
[INFO] [stdout]     |
[INFO] [stdout] 157 |     C: Fn<T::Arguments, Output = T::Output> + Send + 'static,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `<T as Function>::Arguments`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]    --> /rustc/09bc67b9158392361780e779d32997f14cc75c39/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 157 |     C: Fn<T::Arguments, Output = T::Output> + Send + 'static, <T as Function>::Arguments: Tuple
[INFO] [stdout]     |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]    --> src/detours/statik.rs:106:8
[INFO] [stdout]     |
[INFO] [stdout] 106 |     D: Fn<T::Arguments, Output = T::Output> + Send + 'static,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `<T as Function>::Arguments`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]    --> /rustc/09bc67b9158392361780e779d32997f14cc75c39/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 106 |     D: Fn<T::Arguments, Output = T::Output> + Send + 'static, <T as Function>::Arguments: Tuple
[INFO] [stdout]     |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0059]: type parameter to bare `Fn` trait must be a tuple
[INFO] [stdout]    --> src/detours/statik.rs:157:8
[INFO] [stdout]     |
[INFO] [stdout] 157 |     C: Fn<T::Arguments, Output = T::Output> + Send + 'static,
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Tuple` is not implemented for `<T as Function>::Arguments`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a bound in `Fn`
[INFO] [stdout]    --> /rustc/09bc67b9158392361780e779d32997f14cc75c39/library/core/src/ops/function.rs:76:1
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 157 |     C: Fn<T::Arguments, Output = T::Output> + Send + 'static, <T as Function>::Arguments: Tuple
[INFO] [stdout]     |                                                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `<T as Function>::Arguments` is not a tuple
[INFO] [stdout]    --> src/detours/statik.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 | /     unsafe { self.closure.load(Ordering::SeqCst).as_ref() }
[INFO] [stdout] 181 | |       .ok_or(Error::NotInitialized)
[INFO] [stdout] 182 | |       .expect("retrieving detour closure")
[INFO] [stdout]     | |__________________________________________^ the trait `Tuple` is not implemented for `<T as Function>::Arguments`, which is required by `Box<dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>>: Fn<<T as Function>::Arguments>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `Box<dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>>` to implement `Fn<<T as Function>::Arguments>`
[INFO] [stdout]     = note: required for the cast from `&Box<dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>>` to `&dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>`
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 178 |   pub fn __detour(&self) -> &dyn Fn<T::Arguments, Output = T::Output> where <T as Function>::Arguments: Tuple {
[INFO] [stdout]     |                                                                       +++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `<T as Function>::Arguments` is not a tuple
[INFO] [stdout]    --> src/detours/statik.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 | /     unsafe { self.closure.load(Ordering::SeqCst).as_ref() }
[INFO] [stdout] 181 | |       .ok_or(Error::NotInitialized)
[INFO] [stdout] 182 | |       .expect("retrieving detour closure")
[INFO] [stdout]     | |__________________________________________^ the trait `Tuple` is not implemented for `<T as Function>::Arguments`, which is required by `Box<dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>>: Fn<<T as Function>::Arguments>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: required for `Box<dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>>` to implement `Fn<<T as Function>::Arguments>`
[INFO] [stdout]     = note: required for the cast from `&Box<dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>>` to `&dyn Fn<<T as Function>::Arguments, Output = <T as Function>::Output>`
[INFO] [stdout] help: consider further restricting the associated type
[INFO] [stdout]     |
[INFO] [stdout] 178 |   pub fn __detour(&self) -> &dyn Fn<T::Arguments, Output = T::Output> where <T as Function>::Arguments: Tuple {
[INFO] [stdout]     |                                                                       +++++++++++++++++++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 1 warning emitted
[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 `detour2` (lib) due to 4 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 3 previous errors; 3 warnings emitted
[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 `detour2` (lib test) due to 4 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "ab07820f3956aa69e68d2225bbf9e7585c40876aacf0167c027dd5dc661112bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab07820f3956aa69e68d2225bbf9e7585c40876aacf0167c027dd5dc661112bd", kill_on_drop: false }`
[INFO] [stdout] ab07820f3956aa69e68d2225bbf9e7585c40876aacf0167c027dd5dc661112bd
