Nov 30 11:59:52.733 INFO checking Awpteamoose/rage against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 11:59:52.733 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-0/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 30 11:59:52.908 INFO [stdout] 507e5a55da8aa0e2562f63fe2cd8029a90680bc4d26ed66319ab34766e410a90 Nov 30 11:59:52.910 INFO running `"docker" "start" "-a" "507e5a55da8aa0e2562f63fe2cd8029a90680bc4d26ed66319ab34766e410a90"` Nov 30 11:59:53.450 INFO [stderr] usermod: no changes Nov 30 11:59:53.579 INFO [stderr] Compiling proc-macro2 v0.4.22 Nov 30 11:59:53.581 INFO [stderr] Checking futures-core-preview v0.3.0-alpha.9 Nov 30 11:59:53.581 INFO [stderr] Compiling ryu v0.2.7 Nov 30 11:59:53.581 INFO [stderr] Checking stdweb-internal-runtime v0.1.2 Nov 30 11:59:53.581 INFO [stderr] Compiling stdweb-internal-macros v0.2.2 Nov 30 11:59:53.581 INFO [stderr] Compiling stdweb v0.4.10 Nov 30 11:59:54.958 INFO [stderr] Compiling serde_json v1.0.33 Nov 30 11:59:55.623 INFO [stderr] Checking futures-channel-preview v0.3.0-alpha.9 Nov 30 11:59:55.625 INFO [stderr] Checking futures-io-preview v0.3.0-alpha.9 Nov 30 11:59:56.852 INFO [stderr] Checking futures-sink-preview v0.3.0-alpha.9 Nov 30 11:59:58.672 INFO [stderr] Checking futures-util-preview v0.3.0-alpha.9 Nov 30 12:00:02.552 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 30 12:00:02.552 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 30 12:00:02.553 INFO [stderr] | Nov 30 12:00:02.553 INFO [stderr] 101 | Pin::set(self, MaybeDone::Done(res)); Nov 30 12:00:02.553 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.553 INFO [stderr] | Nov 30 12:00:02.553 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut future::maybe_done::MaybeDone as std::ops::Deref>::Target` Nov 30 12:00:02.553 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.553 INFO [stderr] = help: consider adding a `where <&mut future::maybe_done::MaybeDone as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.553 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.553 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.554 INFO [stderr] Nov 30 12:00:02.603 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 30 12:00:02.603 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/future/fuse.rs:45:9 Nov 30 12:00:02.603 INFO [stderr] | Nov 30 12:00:02.603 INFO [stderr] 45 | Pin::set(self.future(), None); Nov 30 12:00:02.603 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.604 INFO [stderr] | Nov 30 12:00:02.604 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.604 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.604 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.604 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.604 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.604 INFO [stderr] Nov 30 12:00:02.609 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 30 12:00:02.610 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 30 12:00:02.610 INFO [stderr] | Nov 30 12:00:02.610 INFO [stderr] 39 | Pin::set(self.future(), None); Nov 30 12:00:02.610 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.610 INFO [stderr] | Nov 30 12:00:02.610 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.610 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.610 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.610 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.610 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.610 INFO [stderr] Nov 30 12:00:02.662 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 30 12:00:02.662 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 30 12:00:02.662 INFO [stderr] | Nov 30 12:00:02.663 INFO [stderr] 62 | Pin::set(self.as_mut(), FlattenSink(Ready(resolved_stream))); Nov 30 12:00:02.663 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.663 INFO [stderr] | Nov 30 12:00:02.663 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target` Nov 30 12:00:02.663 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.663 INFO [stderr] = help: consider adding a `where <&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.664 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.664 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.664 INFO [stderr] Nov 30 12:00:02.668 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 30 12:00:02.668 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 30 12:00:02.668 INFO [stderr] | Nov 30 12:00:02.668 INFO [stderr] 102 | Pin::set(self, FlattenSink(Closed)); Nov 30 12:00:02.668 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.668 INFO [stderr] | Nov 30 12:00:02.669 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target` Nov 30 12:00:02.669 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.669 INFO [stderr] = help: consider adding a `where <&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.669 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.669 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.669 INFO [stderr] Nov 30 12:00:02.776 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 30 12:00:02.776 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/chain.rs:48:9 Nov 30 12:00:02.776 INFO [stderr] | Nov 30 12:00:02.776 INFO [stderr] 48 | Pin::set(self.first(), None); Nov 30 12:00:02.776 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.776 INFO [stderr] | Nov 30 12:00:02.776 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.776 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.776 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.776 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.776 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.776 INFO [stderr] Nov 30 12:00:02.788 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 30 12:00:02.788 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/filter.rs:92:17 Nov 30 12:00:02.788 INFO [stderr] | Nov 30 12:00:02.788 INFO [stderr] 92 | Pin::set(self.pending_fut(), Some(fut)); Nov 30 12:00:02.788 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.788 INFO [stderr] | Nov 30 12:00:02.788 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.788 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.788 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.788 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.788 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.788 INFO [stderr] Nov 30 12:00:02.788 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 30 12:00:02.788 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/filter.rs:97:13 Nov 30 12:00:02.788 INFO [stderr] | Nov 30 12:00:02.792 INFO [stderr] 97 | Pin::set(self.pending_fut(), None); Nov 30 12:00:02.792 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.792 INFO [stderr] | Nov 30 12:00:02.792 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.792 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.792 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.792 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.792 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.792 INFO [stderr] Nov 30 12:00:02.796 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 30 12:00:02.796 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 30 12:00:02.796 INFO [stderr] | Nov 30 12:00:02.796 INFO [stderr] 85 | Pin::set(self.pending(), Some(fut)); Nov 30 12:00:02.796 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.796 INFO [stderr] | Nov 30 12:00:02.796 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.800 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.800 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.800 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.800 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.800 INFO [stderr] Nov 30 12:00:02.800 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 30 12:00:02.800 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 30 12:00:02.800 INFO [stderr] | Nov 30 12:00:02.800 INFO [stderr] 89 | Pin::set(self.pending(), None); Nov 30 12:00:02.800 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.800 INFO [stderr] | Nov 30 12:00:02.800 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.800 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.800 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.800 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.800 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.800 INFO [stderr] Nov 30 12:00:02.804 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 30 12:00:02.808 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/flatten.rs:73:32 Nov 30 12:00:02.808 INFO [stderr] | Nov 30 12:00:02.808 INFO [stderr] 73 | Some(e) => Pin::set(self.next(), Some(e)), Nov 30 12:00:02.808 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.808 INFO [stderr] | Nov 30 12:00:02.808 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option<::Item> as std::ops::Deref>::Target` Nov 30 12:00:02.808 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.808 INFO [stderr] = help: consider adding a `where <&mut std::option::Option<::Item> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.808 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.808 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.808 INFO [stderr] Nov 30 12:00:02.808 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 30 12:00:02.808 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/flatten.rs:81:17 Nov 30 12:00:02.808 INFO [stderr] | Nov 30 12:00:02.808 INFO [stderr] 81 | Pin::set(self.next(), None); Nov 30 12:00:02.808 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.808 INFO [stderr] | Nov 30 12:00:02.808 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option<::Item> as std::ops::Deref>::Target` Nov 30 12:00:02.808 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.808 INFO [stderr] = help: consider adding a `where <&mut std::option::Option<::Item> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.808 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.808 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.808 INFO [stderr] Nov 30 12:00:02.816 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 30 12:00:02.816 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/fold.rs:55:17 Nov 30 12:00:02.816 INFO [stderr] | Nov 30 12:00:02.816 INFO [stderr] 55 | Pin::set(self.future(), None); Nov 30 12:00:02.816 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.816 INFO [stderr] | Nov 30 12:00:02.816 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.816 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.816 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.816 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.816 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.816 INFO [stderr] Nov 30 12:00:02.816 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 30 12:00:02.816 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/fold.rs:64:17 Nov 30 12:00:02.816 INFO [stderr] | Nov 30 12:00:02.816 INFO [stderr] 64 | Pin::set(self.future(), Some(future)); Nov 30 12:00:02.816 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.817 INFO [stderr] | Nov 30 12:00:02.817 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.817 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.817 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.817 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.824 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.824 INFO [stderr] Nov 30 12:00:02.836 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 30 12:00:02.836 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 30 12:00:02.836 INFO [stderr] | Nov 30 12:00:02.836 INFO [stderr] 56 | Pin::set(self.future(), None); Nov 30 12:00:02.836 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.836 INFO [stderr] | Nov 30 12:00:02.836 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.836 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.836 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.836 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.836 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.836 INFO [stderr] Nov 30 12:00:02.836 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 30 12:00:02.836 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 30 12:00:02.836 INFO [stderr] | Nov 30 12:00:02.836 INFO [stderr] 61 | Pin::set(self.future(), Some(future)); Nov 30 12:00:02.840 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.840 INFO [stderr] | Nov 30 12:00:02.840 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.840 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.840 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.840 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.840 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.840 INFO [stderr] Nov 30 12:00:02.855 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 30 12:00:02.855 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/once.rs:50:9 Nov 30 12:00:02.858 INFO [stderr] | Nov 30 12:00:02.859 INFO [stderr] 50 | Pin::set(self.future(), None); Nov 30 12:00:02.859 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.859 INFO [stderr] | Nov 30 12:00:02.859 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.859 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.859 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.859 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.859 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.859 INFO [stderr] Nov 30 12:00:02.877 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 30 12:00:02.877 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 30 12:00:02.878 INFO [stderr] | Nov 30 12:00:02.878 INFO [stderr] 91 | Pin::set(self.pending_fut(), Some(fut)); Nov 30 12:00:02.878 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.878 INFO [stderr] | Nov 30 12:00:02.878 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.879 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.879 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.879 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.879 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.884 INFO [stderr] Nov 30 12:00:02.884 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 30 12:00:02.884 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 30 12:00:02.884 INFO [stderr] | Nov 30 12:00:02.884 INFO [stderr] 97 | Pin::set(self.pending_fut(), None); Nov 30 12:00:02.884 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.884 INFO [stderr] | Nov 30 12:00:02.884 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.884 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.884 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.884 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.884 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.884 INFO [stderr] Nov 30 12:00:02.891 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 30 12:00:02.891 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 30 12:00:02.891 INFO [stderr] | Nov 30 12:00:02.891 INFO [stderr] 90 | Pin::set(self.pending_fut(), Some(fut)); Nov 30 12:00:02.891 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.891 INFO [stderr] | Nov 30 12:00:02.892 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.892 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.892 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.892 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.893 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.893 INFO [stderr] Nov 30 12:00:02.893 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 30 12:00:02.893 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 30 12:00:02.893 INFO [stderr] | Nov 30 12:00:02.894 INFO [stderr] 95 | Pin::set(self.pending_fut(), None); Nov 30 12:00:02.894 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.894 INFO [stderr] | Nov 30 12:00:02.894 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.894 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.895 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.895 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.895 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.895 INFO [stderr] Nov 30 12:00:02.900 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 30 12:00:02.900 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/then.rs:56:13 Nov 30 12:00:02.901 INFO [stderr] | Nov 30 12:00:02.901 INFO [stderr] 56 | Pin::set(self.future(), Some(fut)); Nov 30 12:00:02.901 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.901 INFO [stderr] | Nov 30 12:00:02.902 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.902 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.902 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.902 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.902 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.902 INFO [stderr] Nov 30 12:00:02.903 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 30 12:00:02.903 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/then.rs:60:9 Nov 30 12:00:02.903 INFO [stderr] | Nov 30 12:00:02.904 INFO [stderr] 60 | Pin::set(self.future(), None); Nov 30 12:00:02.904 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.904 INFO [stderr] | Nov 30 12:00:02.904 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.905 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.905 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.905 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.905 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.905 INFO [stderr] Nov 30 12:00:02.910 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 30 12:00:02.910 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/unfold.rs:93:13 Nov 30 12:00:02.910 INFO [stderr] | Nov 30 12:00:02.911 INFO [stderr] 93 | Pin::set(self.fut(), Some(fut)); Nov 30 12:00:02.911 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.911 INFO [stderr] | Nov 30 12:00:02.911 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.912 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.912 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.912 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.912 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.913 INFO [stderr] Nov 30 12:00:02.913 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 30 12:00:02.913 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/unfold.rs:97:9 Nov 30 12:00:02.913 INFO [stderr] | Nov 30 12:00:02.914 INFO [stderr] 97 | Pin::set(self.fut(), None); Nov 30 12:00:02.914 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.914 INFO [stderr] | Nov 30 12:00:02.914 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.915 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.915 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.915 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.915 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.916 INFO [stderr] Nov 30 12:00:02.952 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 30 12:00:02.953 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 30 12:00:02.953 INFO [stderr] | Nov 30 12:00:02.953 INFO [stderr] 52 | Pin::set(self.future(), None); Nov 30 12:00:02.953 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.953 INFO [stderr] | Nov 30 12:00:02.953 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.953 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.953 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.953 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.953 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.953 INFO [stderr] Nov 30 12:00:02.953 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 30 12:00:02.953 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 30 12:00:02.953 INFO [stderr] | Nov 30 12:00:02.953 INFO [stderr] 57 | Pin::set(self.future(), Some(future)); Nov 30 12:00:02.953 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.953 INFO [stderr] | Nov 30 12:00:02.953 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.953 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.953 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.956 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.956 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.956 INFO [stderr] Nov 30 12:00:02.972 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 30 12:00:02.972 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 30 12:00:02.972 INFO [stderr] | Nov 30 12:00:02.972 INFO [stderr] 77 | Pin::set(self.pending(), Some(fut)); Nov 30 12:00:02.972 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.972 INFO [stderr] | Nov 30 12:00:02.972 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.972 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.972 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.972 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.972 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.972 INFO [stderr] Nov 30 12:00:02.972 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 30 12:00:02.972 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 30 12:00:02.972 INFO [stderr] | Nov 30 12:00:02.972 INFO [stderr] 81 | Pin::set(self.pending(), None); Nov 30 12:00:02.972 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.972 INFO [stderr] | Nov 30 12:00:02.972 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.972 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.972 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.972 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.972 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.972 INFO [stderr] Nov 30 12:00:02.980 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 30 12:00:02.980 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 30 12:00:02.980 INFO [stderr] | Nov 30 12:00:02.980 INFO [stderr] 53 | Pin::set(self.future(), None); Nov 30 12:00:02.980 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.980 INFO [stderr] | Nov 30 12:00:02.980 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.980 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.980 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.980 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.980 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.980 INFO [stderr] Nov 30 12:00:02.984 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 30 12:00:02.984 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 30 12:00:02.984 INFO [stderr] | Nov 30 12:00:02.984 INFO [stderr] 62 | Pin::set(self.future(), Some(future)); Nov 30 12:00:02.984 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.984 INFO [stderr] | Nov 30 12:00:02.984 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.984 INFO [stderr] = note: to learn more, visit Nov 30 12:00:02.984 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:02.984 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:02.984 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:02.984 INFO [stderr] Nov 30 12:00:02.993 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 30 12:00:02.993 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 30 12:00:02.993 INFO [stderr] | Nov 30 12:00:02.993 INFO [stderr] 93 | Pin::set(self.pending_fut(), Some(fut)); Nov 30 12:00:02.993 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:02.994 INFO [stderr] | Nov 30 12:00:02.994 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:02.994 INFO [stderr] = note: to learn more, visit Nov 30 12:00:03.000 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:03.000 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:03.000 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:03.000 INFO [stderr] Nov 30 12:00:03.000 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 30 12:00:03.000 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 30 12:00:03.000 INFO [stderr] | Nov 30 12:00:03.000 INFO [stderr] 99 | Pin::set(self.pending_fut(), None); Nov 30 12:00:03.000 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:03.000 INFO [stderr] | Nov 30 12:00:03.000 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:03.000 INFO [stderr] = note: to learn more, visit Nov 30 12:00:03.000 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:03.000 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:03.000 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:03.000 INFO [stderr] Nov 30 12:00:03.060 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 30 12:00:03.060 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/sink/with.rs:131:13 Nov 30 12:00:03.064 INFO [stderr] | Nov 30 12:00:03.064 INFO [stderr] 131 | Pin::set(self.state(), State::Buffered(buffered)); Nov 30 12:00:03.064 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:03.064 INFO [stderr] | Nov 30 12:00:03.064 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut sink::with::State::SinkItem> as std::ops::Deref>::Target` Nov 30 12:00:03.064 INFO [stderr] = note: to learn more, visit Nov 30 12:00:03.064 INFO [stderr] = help: consider adding a `where <&mut sink::with::State::SinkItem> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:03.064 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:03.064 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:03.064 INFO [stderr] Nov 30 12:00:03.068 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 30 12:00:03.068 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/sink/with.rs:162:9 Nov 30 12:00:03.068 INFO [stderr] | Nov 30 12:00:03.068 INFO [stderr] 162 | Pin::set(self.state(), State::Process(item)); Nov 30 12:00:03.068 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:03.068 INFO [stderr] | Nov 30 12:00:03.068 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut sink::with::State::SinkItem> as std::ops::Deref>::Target` Nov 30 12:00:03.068 INFO [stderr] = note: to learn more, visit Nov 30 12:00:03.068 INFO [stderr] = help: consider adding a `where <&mut sink::with::State::SinkItem> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:03.068 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:03.068 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:03.068 INFO [stderr] Nov 30 12:00:03.086 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 30 12:00:03.086 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 30 12:00:03.086 INFO [stderr] | Nov 30 12:00:03.086 INFO [stderr] 105 | Pin::set(stream, None); Nov 30 12:00:03.086 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:03.086 INFO [stderr] | Nov 30 12:00:03.087 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:03.087 INFO [stderr] = note: to learn more, visit Nov 30 12:00:03.087 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:03.087 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:03.087 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:03.087 INFO [stderr] Nov 30 12:00:03.091 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 30 12:00:03.091 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 30 12:00:03.091 INFO [stderr] | Nov 30 12:00:03.091 INFO [stderr] 147 | Pin::set(self.stream(), Some(stream)); Nov 30 12:00:03.091 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:03.092 INFO [stderr] | Nov 30 12:00:03.092 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:03.092 INFO [stderr] = note: to learn more, visit Nov 30 12:00:03.092 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:03.092 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:03.092 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:03.092 INFO [stderr] Nov 30 12:00:03.536 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 30 12:00:03.536 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 30 12:00:03.536 INFO [stderr] | Nov 30 12:00:03.536 INFO [stderr] 83 | Pin::set(self.stream(), None); Nov 30 12:00:03.536 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:03.536 INFO [stderr] | Nov 30 12:00:03.536 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:03.536 INFO [stderr] = note: to learn more, visit Nov 30 12:00:03.536 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:03.536 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:03.536 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:03.536 INFO [stderr] Nov 30 12:00:03.612 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 30 12:00:03.612 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 30 12:00:03.612 INFO [stderr] | Nov 30 12:00:03.612 INFO [stderr] 83 | Pin::set(self.stream(), None); Nov 30 12:00:03.612 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 30 12:00:03.612 INFO [stderr] | Nov 30 12:00:03.612 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 30 12:00:03.612 INFO [stderr] = note: to learn more, visit Nov 30 12:00:03.612 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 30 12:00:03.612 INFO [stderr] = note: all function arguments must have a statically known size Nov 30 12:00:03.612 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 30 12:00:03.612 INFO [stderr] Nov 30 12:00:03.720 INFO [stderr] error: aborting due to 39 previous errors Nov 30 12:00:03.720 INFO [stderr] Nov 30 12:00:03.720 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Nov 30 12:00:03.729 INFO [stderr] error: Could not compile `futures-util-preview`. Nov 30 12:00:03.729 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 12:00:04.557 INFO [stderr] error: build failed Nov 30 12:00:04.561 INFO [stderr] su: No module specific data is present Nov 30 12:00:04.911 INFO running `"docker" "inspect" "507e5a55da8aa0e2562f63fe2cd8029a90680bc4d26ed66319ab34766e410a90"` Nov 30 12:00:04.979 INFO running `"docker" "rm" "-f" "507e5a55da8aa0e2562f63fe2cd8029a90680bc4d26ed66319ab34766e410a90"` Nov 30 12:00:05.096 INFO [stdout] 507e5a55da8aa0e2562f63fe2cd8029a90680bc4d26ed66319ab34766e410a90