[INFO] fetching crate refmove 0.1.3... [INFO] checking refmove-0.1.3 against master#af4a5a13a15fa0c60e06321077ef452f769b42fd for pr-122960-4 [INFO] extracting crate refmove 0.1.3 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate refmove 0.1.3 on toolchain af4a5a13a15fa0c60e06321077ef452f769b42fd [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain [INFO] started tweaking crates.io crate refmove 0.1.3 [INFO] finished tweaking crates.io crate refmove 0.1.3 [INFO] tweaked toml for crates.io crate refmove 0.1.3 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9210ec1f518760ffbdb8d4d50f2335738e57c35e7c6cfe98b1c8ec4968866c87 [INFO] running `Command { std: "docker" "start" "-a" "9210ec1f518760ffbdb8d4d50f2335738e57c35e7c6cfe98b1c8ec4968866c87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9210ec1f518760ffbdb8d4d50f2335738e57c35e7c6cfe98b1c8ec4968866c87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9210ec1f518760ffbdb8d4d50f2335738e57c35e7c6cfe98b1c8ec4968866c87", kill_on_drop: false }` [INFO] [stdout] 9210ec1f518760ffbdb8d4d50f2335738e57c35e7c6cfe98b1c8ec4968866c87 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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" "+af4a5a13a15fa0c60e06321077ef452f769b42fd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d39ec9b2b5a14dbdedd3471dd872c056657710674b2e05d093a1bfb8fcac5da [INFO] running `Command { std: "docker" "start" "-a" "8d39ec9b2b5a14dbdedd3471dd872c056657710674b2e05d093a1bfb8fcac5da", kill_on_drop: false }` [INFO] [stderr] Checking refmove v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0407]: method `initializer` is not a member of trait `Read` [INFO] [stdout] --> src/impls.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | / unsafe fn initializer(&self) -> io::Initializer { [INFO] [stdout] 222 | | R::initializer(self) [INFO] [stdout] 223 | | } [INFO] [stdout] | |_____^ not a member of trait `Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `initializer` is not a member of trait `Read` [INFO] [stdout] --> src/impls.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | / unsafe fn initializer(&self) -> io::Initializer { [INFO] [stdout] 222 | | R::initializer(self) [INFO] [stdout] 223 | | } [INFO] [stdout] | |_____^ not a member of trait `Read` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Initializer` in module `io` [INFO] [stdout] --> src/impls.rs:221:41 [INFO] [stdout] | [INFO] [stdout] 221 | unsafe fn initializer(&self) -> io::Initializer { [INFO] [stdout] | ^^^^^^^^^^^ not found in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Initializer` in module `io` [INFO] [stdout] --> src/impls.rs:221:41 [INFO] [stdout] | [INFO] [stdout] 221 | unsafe fn initializer(&self) -> io::Initializer { [INFO] [stdout] | ^^^^^^^^^^^ not found in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `read_initializer` [INFO] [stdout] --> src/lib.rs:64:38 [INFO] [stdout] | [INFO] [stdout] 64 | #![cfg_attr(feature = "std", feature(read_initializer))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `read_initializer` [INFO] [stdout] --> src/lib.rs:64:38 [INFO] [stdout] | [INFO] [stdout] 64 | #![cfg_attr(feature = "std", feature(read_initializer))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/impls.rs:132:16 [INFO] [stdout] | [INFO] [stdout] 132 | impl<'a, A, F> FnOnce for RefMove<'a, F> [INFO] [stdout] | ^^^^^^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 134 | F: FnMut + ?Sized, A: std::marker::Tuple // TODO [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple [INFO] [stdout] --> src/impls.rs:142:16 [INFO] [stdout] | [INFO] [stdout] 142 | impl<'a, A, F> FnMut for RefMove<'a, F> [INFO] [stdout] | ^^^^^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnMut` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:163:1 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 144 | F: FnMut + ?Sized, A: 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/impls.rs:151:16 [INFO] [stdout] | [INFO] [stdout] 151 | impl<'a, A, F> Fn for RefMove<'a, F> [INFO] [stdout] | ^^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Fn` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:76:1 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 153 | F: Fn + ?Sized, A: 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/impls.rs:132:16 [INFO] [stdout] | [INFO] [stdout] 132 | impl<'a, A, F> FnOnce for RefMove<'a, F> [INFO] [stdout] | ^^^^^^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 134 | F: FnMut + ?Sized, A: std::marker::Tuple // TODO [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple [INFO] [stdout] --> src/impls.rs:142:16 [INFO] [stdout] | [INFO] [stdout] 142 | impl<'a, A, F> FnMut for RefMove<'a, F> [INFO] [stdout] | ^^^^^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnMut` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:163:1 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 144 | F: FnMut + ?Sized, A: 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/impls.rs:151:16 [INFO] [stdout] | [INFO] [stdout] 151 | impl<'a, A, F> Fn for RefMove<'a, F> [INFO] [stdout] | ^^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Fn` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:76:1 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 153 | F: Fn + ?Sized, A: 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/impls.rs:136:19 [INFO] [stdout] | [INFO] [stdout] 136 | type Output = F::Output; [INFO] [stdout] | ^^^^^^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 134 | F: FnMut + ?Sized, A: std::marker::Tuple // TODO [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnOnce` trait must be a tuple [INFO] [stdout] --> src/impls.rs:136:19 [INFO] [stdout] | [INFO] [stdout] 136 | type Output = F::Output; [INFO] [stdout] | ^^^^^^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnOnce` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:242:1 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 134 | F: FnMut + ?Sized, A: std::marker::Tuple // TODO [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple [INFO] [stdout] --> src/impls.rs:134:8 [INFO] [stdout] | [INFO] [stdout] 134 | F: FnMut + ?Sized, // TODO [INFO] [stdout] | ^^^^^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnMut` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:163:1 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 134 | F: FnMut + ?Sized, A: std::marker::Tuple // TODO [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple [INFO] [stdout] --> src/impls.rs:134:8 [INFO] [stdout] | [INFO] [stdout] 134 | F: FnMut + ?Sized, // TODO [INFO] [stdout] | ^^^^^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnMut` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:163:1 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 134 | F: FnMut + ?Sized, A: std::marker::Tuple // TODO [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0059]: type parameter to bare `FnMut` trait must be a tuple [INFO] [stdout] --> src/impls.rs:144:8 [INFO] [stdout] | [INFO] [stdout] 144 | F: FnMut + ?Sized, [INFO] [stdout] | ^^^^^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnMut` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:163:1 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 144 | F: FnMut + ?Sized, A: 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/impls.rs:144:8 [INFO] [stdout] | [INFO] [stdout] 144 | F: FnMut + ?Sized, [INFO] [stdout] | ^^^^^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `FnMut` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:163:1 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 144 | F: FnMut + ?Sized, A: 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/impls.rs:153:8 [INFO] [stdout] | [INFO] [stdout] 153 | F: Fn + ?Sized, [INFO] [stdout] | ^^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Fn` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:76:1 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 153 | F: Fn + ?Sized, A: 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/impls.rs:153:8 [INFO] [stdout] | [INFO] [stdout] 153 | F: Fn + ?Sized, [INFO] [stdout] | ^^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Fn` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:76:1 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 153 | F: Fn + ?Sized, A: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `A` is not a tuple [INFO] [stdout] --> src/impls.rs:138:21 [INFO] [stdout] | [INFO] [stdout] 138 | >::call_mut(&mut self, args) [INFO] [stdout] | ^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `call_mut` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:166:5 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 134 | F: FnMut + ?Sized, A: std::marker::Tuple // TODO [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: functions with the "rust-call" ABI must take a single non-self tuple argument [INFO] [stdout] --> src/impls.rs:138:46 [INFO] [stdout] | [INFO] [stdout] 138 | >::call_mut(&mut self, args) [INFO] [stdout] | ^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 134 | F: FnMut + ?Sized, A: std::marker::Tuple // TODO [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `A` is not a tuple [INFO] [stdout] --> src/impls.rs:147:21 [INFO] [stdout] | [INFO] [stdout] 147 | >::call_mut(self, args) [INFO] [stdout] | ^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `call_mut` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:166:5 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 144 | F: FnMut + ?Sized, A: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: functions with the "rust-call" ABI must take a single non-self tuple argument [INFO] [stdout] --> src/impls.rs:147:41 [INFO] [stdout] | [INFO] [stdout] 147 | >::call_mut(self, args) [INFO] [stdout] | ^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 144 | F: FnMut + ?Sized, A: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `A` is not a tuple [INFO] [stdout] --> src/impls.rs:156:18 [INFO] [stdout] | [INFO] [stdout] 156 | >::call(self, args) [INFO] [stdout] | ^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `call` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:79:5 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 153 | F: Fn + ?Sized, A: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: functions with the "rust-call" ABI must take a single non-self tuple argument [INFO] [stdout] --> src/impls.rs:156:34 [INFO] [stdout] | [INFO] [stdout] 156 | >::call(self, args) [INFO] [stdout] | ^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 153 | F: Fn + ?Sized, A: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `A` is not a tuple [INFO] [stdout] --> src/impls.rs:138:21 [INFO] [stdout] | [INFO] [stdout] 138 | >::call_mut(&mut self, args) [INFO] [stdout] | ^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `call_mut` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:166:5 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 134 | F: FnMut + ?Sized, A: std::marker::Tuple // TODO [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: functions with the "rust-call" ABI must take a single non-self tuple argument [INFO] [stdout] --> src/impls.rs:138:46 [INFO] [stdout] | [INFO] [stdout] 138 | >::call_mut(&mut self, args) [INFO] [stdout] | ^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 134 | F: FnMut + ?Sized, A: std::marker::Tuple // TODO [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `A` is not a tuple [INFO] [stdout] --> src/impls.rs:147:21 [INFO] [stdout] | [INFO] [stdout] 147 | >::call_mut(self, args) [INFO] [stdout] | ^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `call_mut` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:166:5 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 144 | F: FnMut + ?Sized, A: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: functions with the "rust-call" ABI must take a single non-self tuple argument [INFO] [stdout] --> src/impls.rs:147:41 [INFO] [stdout] | [INFO] [stdout] 147 | >::call_mut(self, args) [INFO] [stdout] | ^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 144 | F: FnMut + ?Sized, A: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `A` is not a tuple [INFO] [stdout] --> src/impls.rs:156:18 [INFO] [stdout] | [INFO] [stdout] 156 | >::call(self, args) [INFO] [stdout] | ^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `call` [INFO] [stdout] --> /rustc/af4a5a13a15fa0c60e06321077ef452f769b42fd/library/core/src/ops/function.rs:79:5 [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 153 | F: Fn + ?Sized, A: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: functions with the "rust-call" ABI must take a single non-self tuple argument [INFO] [stdout] --> src/impls.rs:156:34 [INFO] [stdout] | [INFO] [stdout] 156 | >::call(self, args) [INFO] [stdout] | ^^^^ the trait `Tuple` is not implemented for `A` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting type parameter `A` [INFO] [stdout] | [INFO] [stdout] 153 | F: Fn + ?Sized, A: std::marker::Tuple [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `initializer` found for type parameter `R` in the current scope [INFO] [stdout] --> src/impls.rs:222:12 [INFO] [stdout] | [INFO] [stdout] 215 | impl<'a, R: Read + ?Sized> Read for RefMove<'a, R> { [INFO] [stdout] | - function or associated item `initializer` not found for this type parameter [INFO] [stdout] ... [INFO] [stdout] 222 | R::initializer(self) [INFO] [stdout] | ^^^^^^^^^^^ function or associated item not found in `R` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `initializer` found for type parameter `R` in the current scope [INFO] [stdout] --> src/impls.rs:222:12 [INFO] [stdout] | [INFO] [stdout] 215 | impl<'a, R: Read + ?Sized> Read for RefMove<'a, R> { [INFO] [stdout] | - function or associated item `initializer` not found for this type parameter [INFO] [stdout] ... [INFO] [stdout] 222 | R::initializer(self) [INFO] [stdout] | ^^^^^^^^^^^ function or associated item not found in `R` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0059, E0277, E0407, E0412, E0599, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0059`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0059, E0277, E0407, E0412, E0599, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0059`. [INFO] [stdout] [INFO] [stderr] error: could not compile `refmove` (lib) due to 18 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `refmove` (lib test) due to 18 previous errors [INFO] running `Command { std: "docker" "inspect" "8d39ec9b2b5a14dbdedd3471dd872c056657710674b2e05d093a1bfb8fcac5da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d39ec9b2b5a14dbdedd3471dd872c056657710674b2e05d093a1bfb8fcac5da", kill_on_drop: false }` [INFO] [stdout] 8d39ec9b2b5a14dbdedd3471dd872c056657710674b2e05d093a1bfb8fcac5da [INFO] checking refmove-0.1.3 against try#36dbcaee1a55543dfc181be52a69d99ff46ff62f for pr-122960-4 [INFO] extracting crate refmove 0.1.3 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate refmove 0.1.3 on toolchain 36dbcaee1a55543dfc181be52a69d99ff46ff62f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain [INFO] started tweaking crates.io crate refmove 0.1.3 [INFO] finished tweaking crates.io crate refmove 0.1.3 [INFO] tweaked toml for crates.io crate refmove 0.1.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e8459d90da1352ada26f11c72591a95ef491f1e5fd1a0eaa757d987ee3984d62 [INFO] running `Command { std: "docker" "start" "-a" "e8459d90da1352ada26f11c72591a95ef491f1e5fd1a0eaa757d987ee3984d62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e8459d90da1352ada26f11c72591a95ef491f1e5fd1a0eaa757d987ee3984d62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8459d90da1352ada26f11c72591a95ef491f1e5fd1a0eaa757d987ee3984d62", kill_on_drop: false }` [INFO] [stdout] e8459d90da1352ada26f11c72591a95ef491f1e5fd1a0eaa757d987ee3984d62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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" "+36dbcaee1a55543dfc181be52a69d99ff46ff62f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3dfeba8d79ee060744b12e7a642123e6b53ed7c400733095be6a4dcd2004a7ce [INFO] running `Command { std: "docker" "start" "-a" "3dfeba8d79ee060744b12e7a642123e6b53ed7c400733095be6a4dcd2004a7ce", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "3dfeba8d79ee060744b12e7a642123e6b53ed7c400733095be6a4dcd2004a7ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3dfeba8d79ee060744b12e7a642123e6b53ed7c400733095be6a4dcd2004a7ce", kill_on_drop: false }` [INFO] [stdout] 3dfeba8d79ee060744b12e7a642123e6b53ed7c400733095be6a4dcd2004a7ce