Nov 28 06:29:49.833 INFO documenting Awpteamoose/rage against master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb for pr-55318 Nov 28 06:29:49.833 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318/worker-5/master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55318/master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb:/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 +6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb-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 06:29:50.187 INFO [stdout] f47e4080ee4cbe0fefdf279762416971e6e593d31108bac432f9486ebfa4e300 Nov 28 06:29:50.189 INFO running `"docker" "start" "-a" "f47e4080ee4cbe0fefdf279762416971e6e593d31108bac432f9486ebfa4e300"` Nov 28 06:29:50.938 INFO [stderr] usermod: no changes Nov 28 06:29:51.477 INFO [stderr] Compiling proc-macro2 v0.4.22 Nov 28 06:29:51.479 INFO [stderr] Checking pin-utils v0.1.0-alpha.3 Nov 28 06:29:51.481 INFO [stderr] Checking strum v0.11.0 Nov 28 06:29:51.483 INFO [stderr] Checking futures-core-preview v0.3.0-alpha.9 Nov 28 06:29:51.485 INFO [stderr] Compiling stdweb-internal-runtime v0.1.2 Nov 28 06:29:51.488 INFO [stderr] Compiling ryu v0.2.7 Nov 28 06:29:51.490 INFO [stderr] Compiling stdweb-internal-macros v0.2.2 Nov 28 06:29:51.492 INFO [stderr] Compiling stdweb v0.4.10 Nov 28 06:29:52.319 INFO [stderr] Checking futures-channel-preview v0.3.0-alpha.9 Nov 28 06:29:52.319 INFO [stderr] Checking futures-io-preview v0.3.0-alpha.9 Nov 28 06:29:52.871 INFO [stderr] Compiling serde_json v1.0.33 Nov 28 06:29:54.127 INFO [stderr] Checking futures-sink-preview v0.3.0-alpha.9 Nov 28 06:29:54.979 INFO [stderr] Checking futures-util-preview v0.3.0-alpha.9 Nov 28 06:29:56.775 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 06:29:56.775 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 06:29:56.775 INFO [stderr] | Nov 28 06:29:56.775 INFO [stderr] 101 | Pin::set(self, MaybeDone::Done(res)); Nov 28 06:29:56.775 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:56.779 INFO [stderr] | Nov 28 06:29:56.779 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut future::maybe_done::MaybeDone as std::ops::Deref>::Target` Nov 28 06:29:56.779 INFO [stderr] = note: to learn more, visit Nov 28 06:29:56.779 INFO [stderr] = help: consider adding a `where <&mut future::maybe_done::MaybeDone as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:56.779 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:56.779 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:56.779 INFO [stderr] Nov 28 06:29:56.799 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 06:29:56.799 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 06:29:56.799 INFO [stderr] | Nov 28 06:29:56.799 INFO [stderr] 45 | Pin::set(self.future(), None); Nov 28 06:29:56.799 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:56.799 INFO [stderr] | Nov 28 06:29:56.799 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:56.799 INFO [stderr] = note: to learn more, visit Nov 28 06:29:56.803 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:56.803 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:56.803 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:56.803 INFO [stderr] Nov 28 06:29:56.803 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 06:29:56.807 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 06:29:56.807 INFO [stderr] | Nov 28 06:29:56.807 INFO [stderr] 39 | Pin::set(self.future(), None); Nov 28 06:29:56.807 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:56.807 INFO [stderr] | Nov 28 06:29:56.807 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:56.807 INFO [stderr] = note: to learn more, visit Nov 28 06:29:56.807 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:56.807 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:56.807 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:56.807 INFO [stderr] Nov 28 06:29:56.931 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 06:29:56.931 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 06:29:56.931 INFO [stderr] | Nov 28 06:29:56.931 INFO [stderr] 62 | Pin::set(self.as_mut(), FlattenSink(Ready(resolved_stream))); Nov 28 06:29:56.932 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:56.939 INFO [stderr] | Nov 28 06:29:56.939 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 06:29:56.939 INFO [stderr] = note: to learn more, visit Nov 28 06:29:56.939 INFO [stderr] = help: consider adding a `where <&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:56.939 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:56.940 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:56.940 INFO [stderr] Nov 28 06:29:56.955 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 06:29:56.955 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 06:29:56.955 INFO [stderr] | Nov 28 06:29:56.955 INFO [stderr] 102 | Pin::set(self, FlattenSink(Closed)); Nov 28 06:29:56.955 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:56.955 INFO [stderr] | Nov 28 06:29:56.955 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 06:29:56.955 INFO [stderr] = note: to learn more, visit Nov 28 06:29:56.955 INFO [stderr] = help: consider adding a `where <&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:56.955 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:56.955 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:56.955 INFO [stderr] Nov 28 06:29:57.082 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 06:29:57.082 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 06:29:57.082 INFO [stderr] | Nov 28 06:29:57.082 INFO [stderr] 48 | Pin::set(self.first(), None); Nov 28 06:29:57.082 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.082 INFO [stderr] | Nov 28 06:29:57.083 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.083 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.083 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.083 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.083 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.083 INFO [stderr] Nov 28 06:29:57.111 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 06:29:57.111 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 06:29:57.111 INFO [stderr] | Nov 28 06:29:57.111 INFO [stderr] 92 | Pin::set(self.pending_fut(), Some(fut)); Nov 28 06:29:57.111 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.111 INFO [stderr] | Nov 28 06:29:57.111 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.111 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.111 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.111 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.111 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.111 INFO [stderr] Nov 28 06:29:57.111 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 06:29:57.111 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 06:29:57.111 INFO [stderr] | Nov 28 06:29:57.112 INFO [stderr] 97 | Pin::set(self.pending_fut(), None); Nov 28 06:29:57.112 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.112 INFO [stderr] | Nov 28 06:29:57.112 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.112 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.112 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.112 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.112 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.112 INFO [stderr] Nov 28 06:29:57.127 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 06:29:57.127 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 06:29:57.127 INFO [stderr] | Nov 28 06:29:57.127 INFO [stderr] 85 | Pin::set(self.pending(), Some(fut)); Nov 28 06:29:57.127 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.135 INFO [stderr] | Nov 28 06:29:57.135 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.135 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.135 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.135 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.135 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.135 INFO [stderr] Nov 28 06:29:57.135 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 06:29:57.135 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 06:29:57.135 INFO [stderr] | Nov 28 06:29:57.135 INFO [stderr] 89 | Pin::set(self.pending(), None); Nov 28 06:29:57.135 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.135 INFO [stderr] | Nov 28 06:29:57.135 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.135 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.135 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.136 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.136 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.136 INFO [stderr] Nov 28 06:29:57.151 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 06:29:57.151 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 06:29:57.151 INFO [stderr] | Nov 28 06:29:57.151 INFO [stderr] 73 | Some(e) => Pin::set(self.next(), Some(e)), Nov 28 06:29:57.151 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.163 INFO [stderr] | Nov 28 06:29:57.163 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option<::Item> as std::ops::Deref>::Target` Nov 28 06:29:57.163 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.163 INFO [stderr] = help: consider adding a `where <&mut std::option::Option<::Item> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.163 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.163 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.163 INFO [stderr] Nov 28 06:29:57.163 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 06:29:57.163 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 06:29:57.163 INFO [stderr] | Nov 28 06:29:57.163 INFO [stderr] 81 | Pin::set(self.next(), None); Nov 28 06:29:57.163 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.163 INFO [stderr] | Nov 28 06:29:57.163 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option<::Item> as std::ops::Deref>::Target` Nov 28 06:29:57.163 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.163 INFO [stderr] = help: consider adding a `where <&mut std::option::Option<::Item> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.164 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.164 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.164 INFO [stderr] Nov 28 06:29:57.171 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 06:29:57.171 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 06:29:57.171 INFO [stderr] | Nov 28 06:29:57.171 INFO [stderr] 55 | Pin::set(self.future(), None); Nov 28 06:29:57.171 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.183 INFO [stderr] | Nov 28 06:29:57.183 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.183 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.183 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.183 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.183 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.183 INFO [stderr] Nov 28 06:29:57.183 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 06:29:57.183 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 06:29:57.183 INFO [stderr] | Nov 28 06:29:57.183 INFO [stderr] 64 | Pin::set(self.future(), Some(future)); Nov 28 06:29:57.183 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.183 INFO [stderr] | Nov 28 06:29:57.183 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.183 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.183 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.184 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.184 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.184 INFO [stderr] Nov 28 06:29:57.239 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 06:29:57.239 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 06:29:57.239 INFO [stderr] | Nov 28 06:29:57.239 INFO [stderr] 56 | Pin::set(self.future(), None); Nov 28 06:29:57.239 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.239 INFO [stderr] | Nov 28 06:29:57.239 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.239 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.239 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.239 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.239 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.239 INFO [stderr] Nov 28 06:29:57.239 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 06:29:57.239 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 06:29:57.239 INFO [stderr] | Nov 28 06:29:57.239 INFO [stderr] 61 | Pin::set(self.future(), Some(future)); Nov 28 06:29:57.239 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.239 INFO [stderr] | Nov 28 06:29:57.239 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.239 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.239 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.239 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.240 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.240 INFO [stderr] Nov 28 06:29:57.299 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 06:29:57.299 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 06:29:57.299 INFO [stderr] | Nov 28 06:29:57.299 INFO [stderr] 50 | Pin::set(self.future(), None); Nov 28 06:29:57.299 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.307 INFO [stderr] | Nov 28 06:29:57.307 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.307 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.307 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.307 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.307 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.307 INFO [stderr] Nov 28 06:29:57.411 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 06:29:57.411 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 06:29:57.411 INFO [stderr] | Nov 28 06:29:57.411 INFO [stderr] 91 | Pin::set(self.pending_fut(), Some(fut)); Nov 28 06:29:57.411 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.423 INFO [stderr] | Nov 28 06:29:57.423 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.423 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.423 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.423 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.424 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.424 INFO [stderr] Nov 28 06:29:57.424 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 06:29:57.424 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 06:29:57.424 INFO [stderr] | Nov 28 06:29:57.424 INFO [stderr] 97 | Pin::set(self.pending_fut(), None); Nov 28 06:29:57.424 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.424 INFO [stderr] | Nov 28 06:29:57.424 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.424 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.424 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.424 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.424 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.424 INFO [stderr] Nov 28 06:29:57.445 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 06:29:57.445 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 06:29:57.445 INFO [stderr] | Nov 28 06:29:57.445 INFO [stderr] 90 | Pin::set(self.pending_fut(), Some(fut)); Nov 28 06:29:57.445 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.455 INFO [stderr] | Nov 28 06:29:57.456 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.456 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.456 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.456 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.456 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.456 INFO [stderr] Nov 28 06:29:57.457 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 06:29:57.457 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 06:29:57.457 INFO [stderr] | Nov 28 06:29:57.457 INFO [stderr] 95 | Pin::set(self.pending_fut(), None); Nov 28 06:29:57.457 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.458 INFO [stderr] | Nov 28 06:29:57.458 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.458 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.459 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.459 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.459 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.459 INFO [stderr] Nov 28 06:29:57.471 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 06:29:57.471 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 06:29:57.471 INFO [stderr] | Nov 28 06:29:57.471 INFO [stderr] 56 | Pin::set(self.future(), Some(fut)); Nov 28 06:29:57.471 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.479 INFO [stderr] | Nov 28 06:29:57.479 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.479 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.479 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.479 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.479 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.479 INFO [stderr] Nov 28 06:29:57.479 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 06:29:57.479 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 06:29:57.479 INFO [stderr] | Nov 28 06:29:57.479 INFO [stderr] 60 | Pin::set(self.future(), None); Nov 28 06:29:57.479 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.479 INFO [stderr] | Nov 28 06:29:57.479 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.479 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.479 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.479 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.479 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.480 INFO [stderr] Nov 28 06:29:57.491 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 06:29:57.491 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 06:29:57.491 INFO [stderr] | Nov 28 06:29:57.491 INFO [stderr] 93 | Pin::set(self.fut(), Some(fut)); Nov 28 06:29:57.491 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.499 INFO [stderr] | Nov 28 06:29:57.499 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.499 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.499 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.499 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.499 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.499 INFO [stderr] Nov 28 06:29:57.499 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 06:29:57.499 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 06:29:57.499 INFO [stderr] | Nov 28 06:29:57.499 INFO [stderr] 97 | Pin::set(self.fut(), None); Nov 28 06:29:57.499 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.499 INFO [stderr] | Nov 28 06:29:57.499 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.499 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.499 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.499 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.499 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.499 INFO [stderr] Nov 28 06:29:57.591 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 06:29:57.591 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 06:29:57.591 INFO [stderr] | Nov 28 06:29:57.591 INFO [stderr] 52 | Pin::set(self.future(), None); Nov 28 06:29:57.591 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.591 INFO [stderr] | Nov 28 06:29:57.591 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.591 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.591 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.591 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.591 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.591 INFO [stderr] Nov 28 06:29:57.591 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 06:29:57.591 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 06:29:57.592 INFO [stderr] | Nov 28 06:29:57.592 INFO [stderr] 57 | Pin::set(self.future(), Some(future)); Nov 28 06:29:57.592 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.592 INFO [stderr] | Nov 28 06:29:57.592 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.592 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.592 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.592 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.592 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.592 INFO [stderr] Nov 28 06:29:57.599 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 06:29:57.599 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 06:29:57.599 INFO [stderr] | Nov 28 06:29:57.599 INFO [stderr] 77 | Pin::set(self.pending(), Some(fut)); Nov 28 06:29:57.599 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.602 INFO [stderr] | Nov 28 06:29:57.602 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.602 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.602 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.602 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.602 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.602 INFO [stderr] Nov 28 06:29:57.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 28 06:29:57.603 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 06:29:57.603 INFO [stderr] | Nov 28 06:29:57.603 INFO [stderr] 81 | Pin::set(self.pending(), None); Nov 28 06:29:57.603 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.603 INFO [stderr] | Nov 28 06:29:57.603 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.603 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.603 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.603 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.603 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.603 INFO [stderr] Nov 28 06:29:57.623 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 06:29:57.623 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 06:29:57.623 INFO [stderr] | Nov 28 06:29:57.623 INFO [stderr] 53 | Pin::set(self.future(), None); Nov 28 06:29:57.623 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.623 INFO [stderr] | Nov 28 06:29:57.623 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.623 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.623 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.623 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.623 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.623 INFO [stderr] Nov 28 06:29:57.623 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 06:29:57.623 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 06:29:57.623 INFO [stderr] | Nov 28 06:29:57.623 INFO [stderr] 62 | Pin::set(self.future(), Some(future)); Nov 28 06:29:57.623 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.623 INFO [stderr] | Nov 28 06:29:57.623 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.623 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.623 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.623 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.623 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.623 INFO [stderr] Nov 28 06:29:57.647 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 06:29:57.647 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 06:29:57.647 INFO [stderr] | Nov 28 06:29:57.647 INFO [stderr] 93 | Pin::set(self.pending_fut(), Some(fut)); Nov 28 06:29:57.647 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.651 INFO [stderr] | Nov 28 06:29:57.651 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.651 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.651 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.651 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.651 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.651 INFO [stderr] Nov 28 06:29:57.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 06:29:57.651 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 06:29:57.651 INFO [stderr] | Nov 28 06:29:57.651 INFO [stderr] 99 | Pin::set(self.pending_fut(), None); Nov 28 06:29:57.651 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.651 INFO [stderr] | Nov 28 06:29:57.651 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.651 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.654 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.655 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.655 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.655 INFO [stderr] Nov 28 06:29:57.715 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 06:29:57.715 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 06:29:57.715 INFO [stderr] | Nov 28 06:29:57.715 INFO [stderr] 131 | Pin::set(self.state(), State::Buffered(buffered)); Nov 28 06:29:57.715 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.715 INFO [stderr] | Nov 28 06:29:57.715 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut sink::with::State::SinkItem> as std::ops::Deref>::Target` Nov 28 06:29:57.715 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.718 INFO [stderr] = help: consider adding a `where <&mut sink::with::State::SinkItem> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.719 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.719 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.719 INFO [stderr] Nov 28 06:29:57.719 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 06:29:57.719 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 06:29:57.719 INFO [stderr] | Nov 28 06:29:57.719 INFO [stderr] 162 | Pin::set(self.state(), State::Process(item)); Nov 28 06:29:57.719 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.719 INFO [stderr] | Nov 28 06:29:57.719 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut sink::with::State::SinkItem> as std::ops::Deref>::Target` Nov 28 06:29:57.719 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.719 INFO [stderr] = help: consider adding a `where <&mut sink::with::State::SinkItem> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.719 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.719 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.719 INFO [stderr] Nov 28 06:29:57.743 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 06:29:57.743 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 06:29:57.743 INFO [stderr] | Nov 28 06:29:57.743 INFO [stderr] 105 | Pin::set(stream, None); Nov 28 06:29:57.743 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.743 INFO [stderr] | Nov 28 06:29:57.743 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.743 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.743 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.743 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.743 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.743 INFO [stderr] Nov 28 06:29:57.743 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 06:29:57.743 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 06:29:57.743 INFO [stderr] | Nov 28 06:29:57.743 INFO [stderr] 147 | Pin::set(self.stream(), Some(stream)); Nov 28 06:29:57.743 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:57.743 INFO [stderr] | Nov 28 06:29:57.743 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:57.743 INFO [stderr] = note: to learn more, visit Nov 28 06:29:57.743 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:57.743 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:57.743 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:57.743 INFO [stderr] Nov 28 06:29:58.167 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 06:29:58.167 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 06:29:58.167 INFO [stderr] | Nov 28 06:29:58.167 INFO [stderr] 83 | Pin::set(self.stream(), None); Nov 28 06:29:58.167 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:58.167 INFO [stderr] | Nov 28 06:29:58.167 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:58.167 INFO [stderr] = note: to learn more, visit Nov 28 06:29:58.167 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:58.167 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:58.167 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:58.167 INFO [stderr] Nov 28 06:29:58.343 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 06:29:58.343 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 06:29:58.343 INFO [stderr] | Nov 28 06:29:58.343 INFO [stderr] 83 | Pin::set(self.stream(), None); Nov 28 06:29:58.343 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 06:29:58.344 INFO [stderr] | Nov 28 06:29:58.344 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 06:29:58.344 INFO [stderr] = note: to learn more, visit Nov 28 06:29:58.344 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 06:29:58.344 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 06:29:58.344 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 06:29:58.344 INFO [stderr] Nov 28 06:29:58.454 INFO [stderr] error: aborting due to 39 previous errors Nov 28 06:29:58.455 INFO [stderr] Nov 28 06:29:58.455 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Nov 28 06:29:58.468 INFO [stderr] error: Could not compile `futures-util-preview`. Nov 28 06:29:58.468 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 06:29:58.528 INFO [stderr] error: build failed Nov 28 06:29:58.531 INFO [stderr] su: No module specific data is present Nov 28 06:29:58.812 INFO running `"docker" "inspect" "f47e4080ee4cbe0fefdf279762416971e6e593d31108bac432f9486ebfa4e300"` Nov 28 06:29:58.909 INFO running `"docker" "rm" "-f" "f47e4080ee4cbe0fefdf279762416971e6e593d31108bac432f9486ebfa4e300"` Nov 28 06:29:59.021 INFO [stdout] f47e4080ee4cbe0fefdf279762416971e6e593d31108bac432f9486ebfa4e300