[INFO] fetching crate refmove 0.1.3...
[INFO] checking refmove-0.1.3 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1
[INFO] extracting crate refmove 0.1.3 into /workspace/builds/worker-6-tc2/source
[INFO] removed /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate refmove 0.1.3 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b4b3fae7f4c519e237a333cd94e833c8a8165c5ca073a1f4020eb0478651858e
[INFO] running `Command { std: "docker" "start" "-a" "b4b3fae7f4c519e237a333cd94e833c8a8165c5ca073a1f4020eb0478651858e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b4b3fae7f4c519e237a333cd94e833c8a8165c5ca073a1f4020eb0478651858e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4b3fae7f4c519e237a333cd94e833c8a8165c5ca073a1f4020eb0478651858e", kill_on_drop: false }`
[INFO] [stdout] b4b3fae7f4c519e237a333cd94e833c8a8165c5ca073a1f4020eb0478651858e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2338116166bfb11e086bf66c454405f84ed45400e6e5cc72e1e1d616f4862f3f
[INFO] running `Command { std: "docker" "start" "-a" "2338116166bfb11e086bf66c454405f84ed45400e6e5cc72e1e1d616f4862f3f", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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[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] warning: the feature `nll` has been stable since 1.63.0 and no longer requires an attribute to enable
[INFO] [stdout] --> src/lib.rs:48:12
[INFO] [stdout] |
[INFO] [stdout] 48 | #![feature(nll)]
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(stable_features)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the feature `pin` has been stable since 1.33.0 and no longer requires an attribute to enable
[INFO] [stdout] --> src/lib.rs:50:12
[INFO] [stdout] |
[INFO] [stdout] 50 | #![feature(pin)]
[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[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[E0059]: type parameter to bare `FnOnce` trait must be a tuple
[INFO] [stdout] --> src/impls.rs:137:5
[INFO] [stdout] |
[INFO] [stdout] 137 | extern "rust-call" fn call_once(mut self, args: A) -> 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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:245:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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: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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:245:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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:146:5
[INFO] [stdout] |
[INFO] [stdout] 146 | extern "rust-call" fn call_mut(&mut self, args: A) -> 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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:245:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[INFO] [stdout] |
[INFO] [stdout] 144 | F: FnMut + ?Sized, A: std::marker::Tuple
[INFO] [stdout] | +++++++++++++++++++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the feature `nll` has been stable since 1.63.0 and no longer requires an attribute to enable
[INFO] [stdout] --> src/lib.rs:48:12
[INFO] [stdout] |
[INFO] [stdout] 48 | #![feature(nll)]
[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 `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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:165:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[INFO] [stdout] |
[INFO] [stdout] 144 | F: FnMut + ?Sized, A: std::marker::Tuple
[INFO] [stdout] | +++++++++++++++++++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: the feature `pin` has been stable since 1.33.0 and no longer requires an attribute to enable
[INFO] [stdout] --> src/lib.rs:50:12
[INFO] [stdout] |
[INFO] [stdout] 50 | #![feature(pin)]
[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:155:5
[INFO] [stdout] |
[INFO] [stdout] 155 | extern "rust-call" fn call(&self, args: A) -> 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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:245:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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: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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:77:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[INFO] [stdout] |
[INFO] [stdout] 153 | F: Fn + ?Sized, A: std::marker::Tuple
[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: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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:245:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:165:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:165:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:77:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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:137:5
[INFO] [stdout] |
[INFO] [stdout] 137 | extern "rust-call" fn call_once(mut self, args: A) -> 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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:245:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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: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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:245:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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:146:5
[INFO] [stdout] |
[INFO] [stdout] 146 | extern "rust-call" fn call_mut(&mut self, args: A) -> 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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:245:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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: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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:165:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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 `FnOnce` trait must be a tuple
[INFO] [stdout] --> src/impls.rs:155:5
[INFO] [stdout] |
[INFO] [stdout] 155 | extern "rust-call" fn call(&self, args: A) -> 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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:245:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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: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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:77:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[INFO] [stdout] |
[INFO] [stdout] 153 | F: Fn + ?Sized, A: std::marker::Tuple
[INFO] [stdout] | +++++++++++++++++++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/downcast.rs:10:31
[INFO] [stdout] |
[INFO] [stdout] 10 | let ptr: *mut Any = RefMove::into_ptr(self);
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout] |
[INFO] [stdout] 10 | let ptr: *mut dyn Any = RefMove::into_ptr(self);
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/downcast.rs:24:31
[INFO] [stdout] |
[INFO] [stdout] 24 | let ptr: *mut Any = RefMove::into_ptr(self);
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout] |
[INFO] [stdout] 24 | let ptr: *mut dyn Any = RefMove::into_ptr(self);
[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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:168:5
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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` with unstable trait `Tuple`
[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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:168:5
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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` with unstable trait `Tuple`
[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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:80:5
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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` with unstable trait `Tuple`
[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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:245:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:165:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:165:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:77:1
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/downcast.rs:10:31
[INFO] [stdout] |
[INFO] [stdout] 10 | let ptr: *mut Any = RefMove::into_ptr(self);
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout] |
[INFO] [stdout] 10 | let ptr: *mut dyn Any = RefMove::into_ptr(self);
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/downcast.rs:24:31
[INFO] [stdout] |
[INFO] [stdout] 24 | let ptr: *mut Any = RefMove::into_ptr(self);
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout] |
[INFO] [stdout] 24 | let ptr: *mut dyn Any = RefMove::into_ptr(self);
[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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:168:5
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[INFO] [stdout] |
[INFO] [stdout] 134 | F: FnMut + ?Sized, A: std::marker::Tuple // TODO
[INFO] [stdout] | +++++++++++++++++++++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:219:20
[INFO] [stdout] |
[INFO] [stdout] 219 | let x: Box = Box::new("hoge".to_string());
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout] |
[INFO] [stdout] 219 | let x: Box = Box::new("hoge".to_string());
[INFO] [stdout] | +++
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout] --> src/lib.rs:226:46
[INFO] [stdout] |
[INFO] [stdout] 226 | (x.anchor().borrow_move() as RefMove).foo();
[INFO] [stdout] | ^^^
[INFO] [stdout] |
[INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout] = note: for more information, see
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout] |
[INFO] [stdout] 226 | (x.anchor().borrow_move() as RefMove).foo();
[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` with unstable trait `Tuple`
[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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:168:5
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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` with unstable trait `Tuple`
[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/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/ops/function.rs:80:5
[INFO] [stdout] help: consider further restricting type parameter `A` with unstable trait `Tuple`
[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` with unstable trait `Tuple`
[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] 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] 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 20 previous errors; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `refmove` (lib test) due to 20 previous errors; 6 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "2338116166bfb11e086bf66c454405f84ed45400e6e5cc72e1e1d616f4862f3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2338116166bfb11e086bf66c454405f84ed45400e6e5cc72e1e1d616f4862f3f", kill_on_drop: false }`
[INFO] [stdout] 2338116166bfb11e086bf66c454405f84ed45400e6e5cc72e1e1d616f4862f3f