Nov 28 01:27:48.149 INFO documenting azasypkin/ox-sdk against try#f5a0bd723553ea4b7556bd7087b9f0919cafb483 for pr-55318 Nov 28 01:27:48.151 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318/worker-7/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55318/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +f5a0bd723553ea4b7556bd7087b9f0919cafb483-alt doc --frozen --no-deps --document-private-items" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 28 01:27:48.781 INFO [stdout] 97f3812ce1aaf3f8e27dab6e48fd2ab6c0ffe942486f3bff5e0fe7dc7b4bfa95 Nov 28 01:27:48.784 INFO running `"docker" "start" "-a" "97f3812ce1aaf3f8e27dab6e48fd2ab6c0ffe942486f3bff5e0fe7dc7b4bfa95"` Nov 28 01:27:50.621 INFO [stderr] usermod: no changes Nov 28 01:27:50.756 INFO [stderr] Checking futures-util-preview v0.3.0-alpha.9 Nov 28 01:27:52.403 INFO [stderr] error[E0277]: the size for values of type `<&mut future::maybe_done::MaybeDone as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.403 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/future/maybe_done.rs:101:9 Nov 28 01:27:52.404 INFO [stderr] | Nov 28 01:27:52.404 INFO [stderr] 101 | Pin::set(self, MaybeDone::Done(res)); Nov 28 01:27:52.404 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.404 INFO [stderr] | Nov 28 01:27:52.404 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut future::maybe_done::MaybeDone as std::ops::Deref>::Target` Nov 28 01:27:52.405 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.405 INFO [stderr] = help: consider adding a `where <&mut future::maybe_done::MaybeDone as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.405 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.405 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.405 INFO [stderr] Nov 28 01:27:52.420 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.420 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/future/fuse.rs:45:9 Nov 28 01:27:52.420 INFO [stderr] | Nov 28 01:27:52.421 INFO [stderr] 45 | Pin::set(self.future(), None); Nov 28 01:27:52.421 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.421 INFO [stderr] | Nov 28 01:27:52.421 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.421 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.422 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.422 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.422 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.422 INFO [stderr] Nov 28 01:27:52.423 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.423 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/future/into_stream.rs:39:9 Nov 28 01:27:52.423 INFO [stderr] | Nov 28 01:27:52.423 INFO [stderr] 39 | Pin::set(self.future(), None); Nov 28 01:27:52.423 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.423 INFO [stderr] | Nov 28 01:27:52.423 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.423 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.423 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.424 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.424 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.424 INFO [stderr] Nov 28 01:27:52.489 INFO [stderr] error[E0277]: the size for values of type `<&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.489 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_future/flatten_sink.rs:62:9 Nov 28 01:27:52.489 INFO [stderr] | Nov 28 01:27:52.490 INFO [stderr] 62 | Pin::set(self.as_mut(), FlattenSink(Ready(resolved_stream))); Nov 28 01:27:52.490 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.490 INFO [stderr] | Nov 28 01:27:52.490 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target` Nov 28 01:27:52.495 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.495 INFO [stderr] = help: consider adding a `where <&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.495 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.495 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.495 INFO [stderr] Nov 28 01:27:52.499 INFO [stderr] error[E0277]: the size for values of type `<&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.500 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_future/flatten_sink.rs:102:13 Nov 28 01:27:52.500 INFO [stderr] | Nov 28 01:27:52.500 INFO [stderr] 102 | Pin::set(self, FlattenSink(Closed)); Nov 28 01:27:52.500 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.500 INFO [stderr] | Nov 28 01:27:52.500 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target` Nov 28 01:27:52.500 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.500 INFO [stderr] = help: consider adding a `where <&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.500 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.500 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.500 INFO [stderr] Nov 28 01:27:52.637 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.637 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/chain.rs:48:9 Nov 28 01:27:52.638 INFO [stderr] | Nov 28 01:27:52.638 INFO [stderr] 48 | Pin::set(self.first(), None); Nov 28 01:27:52.638 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.638 INFO [stderr] | Nov 28 01:27:52.638 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.638 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.638 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.638 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.638 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.638 INFO [stderr] Nov 28 01:27:52.649 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.649 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/filter.rs:92:17 Nov 28 01:27:52.649 INFO [stderr] | Nov 28 01:27:52.649 INFO [stderr] 92 | Pin::set(self.pending_fut(), Some(fut)); Nov 28 01:27:52.649 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.649 INFO [stderr] | Nov 28 01:27:52.650 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.650 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.650 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.651 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.651 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.651 INFO [stderr] Nov 28 01:27:52.651 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.651 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/filter.rs:97:13 Nov 28 01:27:52.651 INFO [stderr] | Nov 28 01:27:52.651 INFO [stderr] 97 | Pin::set(self.pending_fut(), None); Nov 28 01:27:52.651 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.651 INFO [stderr] | Nov 28 01:27:52.651 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.651 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.651 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.651 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.651 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.651 INFO [stderr] Nov 28 01:27:52.656 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.657 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/filter_map.rs:85:17 Nov 28 01:27:52.657 INFO [stderr] | Nov 28 01:27:52.657 INFO [stderr] 85 | Pin::set(self.pending(), Some(fut)); Nov 28 01:27:52.657 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.657 INFO [stderr] | Nov 28 01:27:52.657 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.657 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.657 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.657 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.657 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.657 INFO [stderr] Nov 28 01:27:52.659 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.659 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/filter_map.rs:89:13 Nov 28 01:27:52.659 INFO [stderr] | Nov 28 01:27:52.659 INFO [stderr] 89 | Pin::set(self.pending(), None); Nov 28 01:27:52.659 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.659 INFO [stderr] | Nov 28 01:27:52.659 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.659 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.659 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.659 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.659 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.659 INFO [stderr] Nov 28 01:27:52.663 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option<::Item> as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.663 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/flatten.rs:73:32 Nov 28 01:27:52.663 INFO [stderr] | Nov 28 01:27:52.663 INFO [stderr] 73 | Some(e) => Pin::set(self.next(), Some(e)), Nov 28 01:27:52.664 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.664 INFO [stderr] | Nov 28 01:27:52.664 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option<::Item> as std::ops::Deref>::Target` Nov 28 01:27:52.664 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.664 INFO [stderr] = help: consider adding a `where <&mut std::option::Option<::Item> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.665 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.665 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.666 INFO [stderr] Nov 28 01:27:52.666 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option<::Item> as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.667 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/flatten.rs:81:17 Nov 28 01:27:52.667 INFO [stderr] | Nov 28 01:27:52.667 INFO [stderr] 81 | Pin::set(self.next(), None); Nov 28 01:27:52.668 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.668 INFO [stderr] | Nov 28 01:27:52.669 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option<::Item> as std::ops::Deref>::Target` Nov 28 01:27:52.669 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.669 INFO [stderr] = help: consider adding a `where <&mut std::option::Option<::Item> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.670 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.670 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.671 INFO [stderr] Nov 28 01:27:52.677 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.677 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/fold.rs:55:17 Nov 28 01:27:52.678 INFO [stderr] | Nov 28 01:27:52.678 INFO [stderr] 55 | Pin::set(self.future(), None); Nov 28 01:27:52.679 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.679 INFO [stderr] | Nov 28 01:27:52.679 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.680 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.680 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.680 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.681 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.681 INFO [stderr] Nov 28 01:27:52.681 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.681 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/fold.rs:64:17 Nov 28 01:27:52.681 INFO [stderr] | Nov 28 01:27:52.681 INFO [stderr] 64 | Pin::set(self.future(), Some(future)); Nov 28 01:27:52.681 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.681 INFO [stderr] | Nov 28 01:27:52.681 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.681 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.681 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.681 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.681 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.682 INFO [stderr] Nov 28 01:27:52.706 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.707 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/for_each.rs:56:13 Nov 28 01:27:52.707 INFO [stderr] | Nov 28 01:27:52.707 INFO [stderr] 56 | Pin::set(self.future(), None); Nov 28 01:27:52.707 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.707 INFO [stderr] | Nov 28 01:27:52.707 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.708 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.708 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.708 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.708 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.708 INFO [stderr] Nov 28 01:27:52.708 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.708 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/for_each.rs:61:21 Nov 28 01:27:52.708 INFO [stderr] | Nov 28 01:27:52.708 INFO [stderr] 61 | Pin::set(self.future(), Some(future)); Nov 28 01:27:52.708 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.708 INFO [stderr] | Nov 28 01:27:52.708 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.708 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.708 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.708 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.708 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.708 INFO [stderr] Nov 28 01:27:52.730 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.730 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/once.rs:50:9 Nov 28 01:27:52.730 INFO [stderr] | Nov 28 01:27:52.730 INFO [stderr] 50 | Pin::set(self.future(), None); Nov 28 01:27:52.730 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.730 INFO [stderr] | Nov 28 01:27:52.730 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.730 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.730 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.730 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.730 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.730 INFO [stderr] Nov 28 01:27:52.762 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.762 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/skip_while.rs:91:17 Nov 28 01:27:52.762 INFO [stderr] | Nov 28 01:27:52.762 INFO [stderr] 91 | Pin::set(self.pending_fut(), Some(fut)); Nov 28 01:27:52.762 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.762 INFO [stderr] | Nov 28 01:27:52.762 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.762 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.762 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.762 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.762 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.762 INFO [stderr] Nov 28 01:27:52.762 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.763 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/skip_while.rs:97:13 Nov 28 01:27:52.763 INFO [stderr] | Nov 28 01:27:52.763 INFO [stderr] 97 | Pin::set(self.pending_fut(), None); Nov 28 01:27:52.763 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.763 INFO [stderr] | Nov 28 01:27:52.763 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.763 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.763 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.763 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.763 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.763 INFO [stderr] Nov 28 01:27:52.773 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.773 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/take_while.rs:90:13 Nov 28 01:27:52.773 INFO [stderr] | Nov 28 01:27:52.773 INFO [stderr] 90 | Pin::set(self.pending_fut(), Some(fut)); Nov 28 01:27:52.773 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.773 INFO [stderr] | Nov 28 01:27:52.773 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.773 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.773 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.773 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.773 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.773 INFO [stderr] Nov 28 01:27:52.773 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.773 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/take_while.rs:95:9 Nov 28 01:27:52.773 INFO [stderr] | Nov 28 01:27:52.773 INFO [stderr] 95 | Pin::set(self.pending_fut(), None); Nov 28 01:27:52.773 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.773 INFO [stderr] | Nov 28 01:27:52.774 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.774 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.774 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.774 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.779 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.779 INFO [stderr] Nov 28 01:27:52.784 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.784 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/then.rs:56:13 Nov 28 01:27:52.784 INFO [stderr] | Nov 28 01:27:52.785 INFO [stderr] 56 | Pin::set(self.future(), Some(fut)); Nov 28 01:27:52.785 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.785 INFO [stderr] | Nov 28 01:27:52.785 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.785 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.785 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.785 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.785 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.785 INFO [stderr] Nov 28 01:27:52.785 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.785 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/then.rs:60:9 Nov 28 01:27:52.785 INFO [stderr] | Nov 28 01:27:52.785 INFO [stderr] 60 | Pin::set(self.future(), None); Nov 28 01:27:52.785 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.785 INFO [stderr] | Nov 28 01:27:52.785 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.785 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.785 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.785 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.785 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.785 INFO [stderr] Nov 28 01:27:52.790 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.790 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/unfold.rs:93:13 Nov 28 01:27:52.790 INFO [stderr] | Nov 28 01:27:52.790 INFO [stderr] 93 | Pin::set(self.fut(), Some(fut)); Nov 28 01:27:52.790 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.791 INFO [stderr] | Nov 28 01:27:52.791 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.791 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.791 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.791 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.791 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.791 INFO [stderr] Nov 28 01:27:52.791 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.791 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/unfold.rs:97:9 Nov 28 01:27:52.791 INFO [stderr] | Nov 28 01:27:52.791 INFO [stderr] 97 | Pin::set(self.fut(), None); Nov 28 01:27:52.791 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.791 INFO [stderr] | Nov 28 01:27:52.791 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.791 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.791 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.791 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.791 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.791 INFO [stderr] Nov 28 01:27:52.827 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.827 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_for_each.rs:52:13 Nov 28 01:27:52.827 INFO [stderr] | Nov 28 01:27:52.827 INFO [stderr] 52 | Pin::set(self.future(), None); Nov 28 01:27:52.827 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.827 INFO [stderr] | Nov 28 01:27:52.827 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.827 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.827 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.827 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.827 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.827 INFO [stderr] Nov 28 01:27:52.827 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.827 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_for_each.rs:57:21 Nov 28 01:27:52.827 INFO [stderr] | Nov 28 01:27:52.827 INFO [stderr] 57 | Pin::set(self.future(), Some(future)); Nov 28 01:27:52.827 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.827 INFO [stderr] | Nov 28 01:27:52.827 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.827 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.827 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.828 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.828 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.828 INFO [stderr] Nov 28 01:27:52.834 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.835 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_filter_map.rs:77:17 Nov 28 01:27:52.835 INFO [stderr] | Nov 28 01:27:52.835 INFO [stderr] 77 | Pin::set(self.pending(), Some(fut)); Nov 28 01:27:52.835 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.835 INFO [stderr] | Nov 28 01:27:52.835 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.835 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.835 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.835 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.835 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.835 INFO [stderr] Nov 28 01:27:52.835 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.835 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_filter_map.rs:81:13 Nov 28 01:27:52.835 INFO [stderr] | Nov 28 01:27:52.835 INFO [stderr] 81 | Pin::set(self.pending(), None); Nov 28 01:27:52.835 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.836 INFO [stderr] | Nov 28 01:27:52.836 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.836 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.836 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.836 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.836 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.836 INFO [stderr] Nov 28 01:27:52.844 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.844 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_fold.rs:53:17 Nov 28 01:27:52.844 INFO [stderr] | Nov 28 01:27:52.844 INFO [stderr] 53 | Pin::set(self.future(), None); Nov 28 01:27:52.844 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.844 INFO [stderr] | Nov 28 01:27:52.844 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.844 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.844 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.844 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.844 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.844 INFO [stderr] Nov 28 01:27:52.844 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.844 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_fold.rs:62:17 Nov 28 01:27:52.844 INFO [stderr] | Nov 28 01:27:52.844 INFO [stderr] 62 | Pin::set(self.future(), Some(future)); Nov 28 01:27:52.844 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.845 INFO [stderr] | Nov 28 01:27:52.845 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.845 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.845 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.845 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.845 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.845 INFO [stderr] Nov 28 01:27:52.856 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.856 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_skip_while.rs:93:17 Nov 28 01:27:52.856 INFO [stderr] | Nov 28 01:27:52.856 INFO [stderr] 93 | Pin::set(self.pending_fut(), Some(fut)); Nov 28 01:27:52.856 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.856 INFO [stderr] | Nov 28 01:27:52.856 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.856 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.857 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.857 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.857 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.857 INFO [stderr] Nov 28 01:27:52.857 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.857 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_skip_while.rs:99:13 Nov 28 01:27:52.857 INFO [stderr] | Nov 28 01:27:52.857 INFO [stderr] 99 | Pin::set(self.pending_fut(), None); Nov 28 01:27:52.857 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.858 INFO [stderr] | Nov 28 01:27:52.858 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.858 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.858 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.858 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.858 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.858 INFO [stderr] Nov 28 01:27:52.920 INFO [stderr] error[E0277]: the size for values of type `<&mut sink::with::State::SinkItem> as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.920 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/sink/with.rs:131:13 Nov 28 01:27:52.920 INFO [stderr] | Nov 28 01:27:52.920 INFO [stderr] 131 | Pin::set(self.state(), State::Buffered(buffered)); Nov 28 01:27:52.920 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.921 INFO [stderr] | Nov 28 01:27:52.921 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut sink::with::State::SinkItem> as std::ops::Deref>::Target` Nov 28 01:27:52.921 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.921 INFO [stderr] = help: consider adding a `where <&mut sink::with::State::SinkItem> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.921 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.921 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.921 INFO [stderr] Nov 28 01:27:52.924 INFO [stderr] error[E0277]: the size for values of type `<&mut sink::with::State::SinkItem> as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.924 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/sink/with.rs:162:9 Nov 28 01:27:52.924 INFO [stderr] | Nov 28 01:27:52.924 INFO [stderr] 162 | Pin::set(self.state(), State::Process(item)); Nov 28 01:27:52.924 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.924 INFO [stderr] | Nov 28 01:27:52.925 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut sink::with::State::SinkItem> as std::ops::Deref>::Target` Nov 28 01:27:52.925 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.925 INFO [stderr] = help: consider adding a `where <&mut sink::with::State::SinkItem> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.925 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.925 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.925 INFO [stderr] Nov 28 01:27:52.940 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.940 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/sink/with_flat_map.rs:105:9 Nov 28 01:27:52.940 INFO [stderr] | Nov 28 01:27:52.940 INFO [stderr] 105 | Pin::set(stream, None); Nov 28 01:27:52.940 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.940 INFO [stderr] | Nov 28 01:27:52.940 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.940 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.940 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.940 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.940 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.940 INFO [stderr] Nov 28 01:27:52.944 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:52.944 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/sink/with_flat_map.rs:147:9 Nov 28 01:27:52.944 INFO [stderr] | Nov 28 01:27:52.944 INFO [stderr] 147 | Pin::set(self.stream(), Some(stream)); Nov 28 01:27:52.945 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:52.945 INFO [stderr] | Nov 28 01:27:52.945 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:52.945 INFO [stderr] = note: to learn more, visit Nov 28 01:27:52.945 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:52.945 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:52.945 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:52.945 INFO [stderr] Nov 28 01:27:53.197 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:53.197 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/for_each_concurrent.rs:83:21 Nov 28 01:27:53.198 INFO [stderr] | Nov 28 01:27:53.198 INFO [stderr] 83 | Pin::set(self.stream(), None); Nov 28 01:27:53.198 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:53.199 INFO [stderr] | Nov 28 01:27:53.199 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:53.199 INFO [stderr] = note: to learn more, visit Nov 28 01:27:53.199 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:53.200 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:53.200 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:53.200 INFO [stderr] Nov 28 01:27:53.281 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:27:53.281 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_for_each_concurrent.rs:83:21 Nov 28 01:27:53.281 INFO [stderr] | Nov 28 01:27:53.281 INFO [stderr] 83 | Pin::set(self.stream(), None); Nov 28 01:27:53.281 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:27:53.282 INFO [stderr] | Nov 28 01:27:53.282 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:27:53.282 INFO [stderr] = note: to learn more, visit Nov 28 01:27:53.283 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:27:53.283 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:27:53.283 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:27:53.283 INFO [stderr] Nov 28 01:27:53.390 INFO [stderr] error: aborting due to 39 previous errors Nov 28 01:27:53.390 INFO [stderr] Nov 28 01:27:53.390 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Nov 28 01:27:53.430 INFO [stderr] error: Could not compile `futures-util-preview`. Nov 28 01:27:53.430 INFO [stderr] Nov 28 01:27:53.430 INFO [stderr] To learn more, run the command again with --verbose. Nov 28 01:27:53.435 INFO [stderr] su: No module specific data is present Nov 28 01:27:55.260 INFO running `"docker" "inspect" "97f3812ce1aaf3f8e27dab6e48fd2ab6c0ffe942486f3bff5e0fe7dc7b4bfa95"` Nov 28 01:27:55.595 INFO running `"docker" "rm" "-f" "97f3812ce1aaf3f8e27dab6e48fd2ab6c0ffe942486f3bff5e0fe7dc7b4bfa95"` Nov 28 01:27:55.855 INFO [stdout] 97f3812ce1aaf3f8e27dab6e48fd2ab6c0ffe942486f3bff5e0fe7dc7b4bfa95