Nov 28 01:27:55.930 INFO documenting azasypkin/ox-sdk against master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb for pr-55318 Nov 28 01:27:55.930 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318/worker-7/master#6bfb46e4ac9a2704f06de1a2ff7a4612cd70c8cb:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/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 01:27:56.471 INFO [stdout] 7f6b66474821b53e81e9d68045bcd023967ed411df2fb3049eace3b568fc9c7b Nov 28 01:27:56.473 INFO running `"docker" "start" "-a" "7f6b66474821b53e81e9d68045bcd023967ed411df2fb3049eace3b568fc9c7b"` Nov 28 01:27:58.747 INFO [stderr] usermod: no changes Nov 28 01:27:58.897 INFO [stderr] Checking futures-core-preview v0.3.0-alpha.9 Nov 28 01:27:59.421 INFO [stderr] Checking futures-channel-preview v0.3.0-alpha.9 Nov 28 01:27:59.425 INFO [stderr] Checking futures-io-preview v0.3.0-alpha.9 Nov 28 01:28:00.409 INFO [stderr] Checking futures-sink-preview v0.3.0-alpha.9 Nov 28 01:28:00.865 INFO [stderr] Checking futures-util-preview v0.3.0-alpha.9 Nov 28 01:28:02.235 INFO [stderr] error[E0277]: the size for values of type `<&mut future::maybe_done::MaybeDone as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.236 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/future/maybe_done.rs:101:9 Nov 28 01:28:02.236 INFO [stderr] | Nov 28 01:28:02.236 INFO [stderr] 101 | Pin::set(self, MaybeDone::Done(res)); Nov 28 01:28:02.236 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.236 INFO [stderr] | Nov 28 01:28:02.236 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut future::maybe_done::MaybeDone as std::ops::Deref>::Target` Nov 28 01:28:02.236 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.236 INFO [stderr] = help: consider adding a `where <&mut future::maybe_done::MaybeDone as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.236 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.236 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.236 INFO [stderr] Nov 28 01:28:02.250 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.250 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/future/fuse.rs:45:9 Nov 28 01:28:02.251 INFO [stderr] | Nov 28 01:28:02.251 INFO [stderr] 45 | Pin::set(self.future(), None); Nov 28 01:28:02.251 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.251 INFO [stderr] | Nov 28 01:28:02.251 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.251 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.251 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.251 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.252 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.252 INFO [stderr] Nov 28 01:28:02.254 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.254 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/future/into_stream.rs:39:9 Nov 28 01:28:02.254 INFO [stderr] | Nov 28 01:28:02.254 INFO [stderr] 39 | Pin::set(self.future(), None); Nov 28 01:28:02.254 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.254 INFO [stderr] | Nov 28 01:28:02.254 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.254 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.254 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.254 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.254 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.254 INFO [stderr] Nov 28 01:28:02.311 INFO [stderr] error[E0277]: the size for values of type `<&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.311 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_future/flatten_sink.rs:62:9 Nov 28 01:28:02.311 INFO [stderr] | Nov 28 01:28:02.312 INFO [stderr] 62 | Pin::set(self.as_mut(), FlattenSink(Ready(resolved_stream))); Nov 28 01:28:02.312 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.312 INFO [stderr] | Nov 28 01:28:02.312 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target` Nov 28 01:28:02.312 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.312 INFO [stderr] = help: consider adding a `where <&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.312 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.312 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.312 INFO [stderr] Nov 28 01:28:02.315 INFO [stderr] error[E0277]: the size for values of type `<&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.316 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_future/flatten_sink.rs:102:13 Nov 28 01:28:02.316 INFO [stderr] | Nov 28 01:28:02.316 INFO [stderr] 102 | Pin::set(self, FlattenSink(Closed)); Nov 28 01:28:02.316 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.316 INFO [stderr] | Nov 28 01:28:02.316 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target` Nov 28 01:28:02.316 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.316 INFO [stderr] = help: consider adding a `where <&mut try_future::flatten_sink::FlattenSink as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.316 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.316 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.316 INFO [stderr] Nov 28 01:28:02.426 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.426 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/chain.rs:48:9 Nov 28 01:28:02.426 INFO [stderr] | Nov 28 01:28:02.426 INFO [stderr] 48 | Pin::set(self.first(), None); Nov 28 01:28:02.426 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.426 INFO [stderr] | Nov 28 01:28:02.426 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.426 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.426 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.428 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.428 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.428 INFO [stderr] Nov 28 01:28:02.438 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.438 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/filter.rs:92:17 Nov 28 01:28:02.438 INFO [stderr] | Nov 28 01:28:02.438 INFO [stderr] 92 | Pin::set(self.pending_fut(), Some(fut)); Nov 28 01:28:02.438 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.438 INFO [stderr] | Nov 28 01:28:02.439 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.439 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.439 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.439 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.439 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.439 INFO [stderr] Nov 28 01:28:02.439 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.439 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/filter.rs:97:13 Nov 28 01:28:02.439 INFO [stderr] | Nov 28 01:28:02.439 INFO [stderr] 97 | Pin::set(self.pending_fut(), None); Nov 28 01:28:02.439 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.439 INFO [stderr] | Nov 28 01:28:02.439 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.439 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.439 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.439 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.439 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.439 INFO [stderr] Nov 28 01:28:02.444 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.444 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/filter_map.rs:85:17 Nov 28 01:28:02.445 INFO [stderr] | Nov 28 01:28:02.445 INFO [stderr] 85 | Pin::set(self.pending(), Some(fut)); Nov 28 01:28:02.445 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.445 INFO [stderr] | Nov 28 01:28:02.445 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.445 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.445 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.445 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.445 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.445 INFO [stderr] Nov 28 01:28:02.447 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.447 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/filter_map.rs:89:13 Nov 28 01:28:02.447 INFO [stderr] | Nov 28 01:28:02.447 INFO [stderr] 89 | Pin::set(self.pending(), None); Nov 28 01:28:02.447 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.447 INFO [stderr] | Nov 28 01:28:02.447 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.447 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.447 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.447 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.447 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.447 INFO [stderr] Nov 28 01:28:02.450 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option<::Item> as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.451 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/flatten.rs:73:32 Nov 28 01:28:02.451 INFO [stderr] | Nov 28 01:28:02.451 INFO [stderr] 73 | Some(e) => Pin::set(self.next(), Some(e)), Nov 28 01:28:02.451 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.451 INFO [stderr] | Nov 28 01:28:02.451 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option<::Item> as std::ops::Deref>::Target` Nov 28 01:28:02.451 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.451 INFO [stderr] = help: consider adding a `where <&mut std::option::Option<::Item> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.451 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.451 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.452 INFO [stderr] Nov 28 01:28:02.452 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option<::Item> as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.452 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/flatten.rs:81:17 Nov 28 01:28:02.452 INFO [stderr] | Nov 28 01:28:02.452 INFO [stderr] 81 | Pin::set(self.next(), None); Nov 28 01:28:02.452 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.452 INFO [stderr] | Nov 28 01:28:02.452 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option<::Item> as std::ops::Deref>::Target` Nov 28 01:28:02.452 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.453 INFO [stderr] = help: consider adding a `where <&mut std::option::Option<::Item> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.453 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.453 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.453 INFO [stderr] Nov 28 01:28:02.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 01:28:02.457 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/fold.rs:55:17 Nov 28 01:28:02.458 INFO [stderr] | Nov 28 01:28:02.458 INFO [stderr] 55 | Pin::set(self.future(), None); Nov 28 01:28:02.458 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.458 INFO [stderr] | Nov 28 01:28:02.458 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.458 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.458 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.458 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.458 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.458 INFO [stderr] Nov 28 01:28:02.459 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.459 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/fold.rs:64:17 Nov 28 01:28:02.459 INFO [stderr] | Nov 28 01:28:02.459 INFO [stderr] 64 | Pin::set(self.future(), Some(future)); Nov 28 01:28:02.459 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.459 INFO [stderr] | Nov 28 01:28:02.459 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.459 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.459 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.459 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.459 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.460 INFO [stderr] Nov 28 01:28:02.477 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.477 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/for_each.rs:56:13 Nov 28 01:28:02.478 INFO [stderr] | Nov 28 01:28:02.478 INFO [stderr] 56 | Pin::set(self.future(), None); Nov 28 01:28:02.478 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.478 INFO [stderr] | Nov 28 01:28:02.478 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.478 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.478 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.478 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.478 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.478 INFO [stderr] Nov 28 01:28:02.478 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.478 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/for_each.rs:61:21 Nov 28 01:28:02.478 INFO [stderr] | Nov 28 01:28:02.478 INFO [stderr] 61 | Pin::set(self.future(), Some(future)); Nov 28 01:28:02.478 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.478 INFO [stderr] | Nov 28 01:28:02.478 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.478 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.478 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.478 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.479 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.479 INFO [stderr] Nov 28 01:28:02.498 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.498 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/once.rs:50:9 Nov 28 01:28:02.498 INFO [stderr] | Nov 28 01:28:02.498 INFO [stderr] 50 | Pin::set(self.future(), None); Nov 28 01:28:02.498 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.498 INFO [stderr] | Nov 28 01:28:02.498 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.498 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.498 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.498 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.498 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.498 INFO [stderr] Nov 28 01:28:02.534 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.534 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/skip_while.rs:91:17 Nov 28 01:28:02.534 INFO [stderr] | Nov 28 01:28:02.534 INFO [stderr] 91 | Pin::set(self.pending_fut(), Some(fut)); Nov 28 01:28:02.534 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.534 INFO [stderr] | Nov 28 01:28:02.534 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.534 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.534 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.534 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.534 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.534 INFO [stderr] Nov 28 01:28:02.534 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.534 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/skip_while.rs:97:13 Nov 28 01:28:02.535 INFO [stderr] | Nov 28 01:28:02.535 INFO [stderr] 97 | Pin::set(self.pending_fut(), None); Nov 28 01:28:02.535 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.535 INFO [stderr] | Nov 28 01:28:02.535 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.535 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.535 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.535 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.535 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.535 INFO [stderr] Nov 28 01:28:02.545 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.545 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/take_while.rs:90:13 Nov 28 01:28:02.545 INFO [stderr] | Nov 28 01:28:02.545 INFO [stderr] 90 | Pin::set(self.pending_fut(), Some(fut)); Nov 28 01:28:02.545 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.545 INFO [stderr] | Nov 28 01:28:02.545 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.545 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.545 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.545 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.545 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.545 INFO [stderr] Nov 28 01:28:02.546 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.546 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/take_while.rs:95:9 Nov 28 01:28:02.546 INFO [stderr] | Nov 28 01:28:02.546 INFO [stderr] 95 | Pin::set(self.pending_fut(), None); Nov 28 01:28:02.546 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.546 INFO [stderr] | Nov 28 01:28:02.546 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.546 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.546 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.546 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.546 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.546 INFO [stderr] Nov 28 01:28:02.552 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.552 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/then.rs:56:13 Nov 28 01:28:02.552 INFO [stderr] | Nov 28 01:28:02.552 INFO [stderr] 56 | Pin::set(self.future(), Some(fut)); Nov 28 01:28:02.552 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.552 INFO [stderr] | Nov 28 01:28:02.552 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.552 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.552 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.552 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.553 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.553 INFO [stderr] Nov 28 01:28:02.553 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.553 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/then.rs:60:9 Nov 28 01:28:02.553 INFO [stderr] | Nov 28 01:28:02.553 INFO [stderr] 60 | Pin::set(self.future(), None); Nov 28 01:28:02.553 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.553 INFO [stderr] | Nov 28 01:28:02.553 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.553 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.554 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.554 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.554 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.554 INFO [stderr] Nov 28 01:28:02.559 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.559 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/unfold.rs:93:13 Nov 28 01:28:02.559 INFO [stderr] | Nov 28 01:28:02.559 INFO [stderr] 93 | Pin::set(self.fut(), Some(fut)); Nov 28 01:28:02.559 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.559 INFO [stderr] | Nov 28 01:28:02.559 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.559 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.560 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.560 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.560 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.560 INFO [stderr] Nov 28 01:28:02.560 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.560 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/unfold.rs:97:9 Nov 28 01:28:02.560 INFO [stderr] | Nov 28 01:28:02.560 INFO [stderr] 97 | Pin::set(self.fut(), None); Nov 28 01:28:02.560 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.560 INFO [stderr] | Nov 28 01:28:02.560 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.560 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.561 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.561 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.561 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.561 INFO [stderr] Nov 28 01:28:02.598 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.598 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_for_each.rs:52:13 Nov 28 01:28:02.599 INFO [stderr] | Nov 28 01:28:02.599 INFO [stderr] 52 | Pin::set(self.future(), None); Nov 28 01:28:02.599 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.599 INFO [stderr] | Nov 28 01:28:02.599 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.599 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.599 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.599 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.599 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.599 INFO [stderr] Nov 28 01:28:02.600 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.600 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_for_each.rs:57:21 Nov 28 01:28:02.600 INFO [stderr] | Nov 28 01:28:02.600 INFO [stderr] 57 | Pin::set(self.future(), Some(future)); Nov 28 01:28:02.600 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.600 INFO [stderr] | Nov 28 01:28:02.600 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.600 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.600 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.600 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.600 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.600 INFO [stderr] Nov 28 01:28:02.608 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.608 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_filter_map.rs:77:17 Nov 28 01:28:02.608 INFO [stderr] | Nov 28 01:28:02.608 INFO [stderr] 77 | Pin::set(self.pending(), Some(fut)); Nov 28 01:28:02.608 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.608 INFO [stderr] | Nov 28 01:28:02.608 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.608 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.608 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.608 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.608 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.608 INFO [stderr] Nov 28 01:28: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 28 01:28:02.609 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_filter_map.rs:81:13 Nov 28 01:28:02.609 INFO [stderr] | Nov 28 01:28:02.609 INFO [stderr] 81 | Pin::set(self.pending(), None); Nov 28 01:28:02.609 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.609 INFO [stderr] | Nov 28 01:28:02.609 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.609 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.609 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.609 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.609 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.609 INFO [stderr] Nov 28 01:28:02.618 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.618 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_fold.rs:53:17 Nov 28 01:28:02.618 INFO [stderr] | Nov 28 01:28:02.618 INFO [stderr] 53 | Pin::set(self.future(), None); Nov 28 01:28:02.618 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.618 INFO [stderr] | Nov 28 01:28:02.618 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.618 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.618 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.618 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.618 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.618 INFO [stderr] Nov 28 01:28:02.618 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.618 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_fold.rs:62:17 Nov 28 01:28:02.618 INFO [stderr] | Nov 28 01:28:02.619 INFO [stderr] 62 | Pin::set(self.future(), Some(future)); Nov 28 01:28:02.619 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.619 INFO [stderr] | Nov 28 01:28:02.619 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.619 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.619 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.619 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.619 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.619 INFO [stderr] Nov 28 01:28:02.630 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.630 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_skip_while.rs:93:17 Nov 28 01:28:02.630 INFO [stderr] | Nov 28 01:28:02.630 INFO [stderr] 93 | Pin::set(self.pending_fut(), Some(fut)); Nov 28 01:28:02.630 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.630 INFO [stderr] | Nov 28 01:28:02.630 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.630 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.630 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.631 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.631 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.631 INFO [stderr] Nov 28 01:28:02.631 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.631 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_skip_while.rs:99:13 Nov 28 01:28:02.631 INFO [stderr] | Nov 28 01:28:02.631 INFO [stderr] 99 | Pin::set(self.pending_fut(), None); Nov 28 01:28:02.631 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.631 INFO [stderr] | Nov 28 01:28:02.631 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.631 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.632 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.632 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.632 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.632 INFO [stderr] Nov 28 01:28:02.700 INFO [stderr] error[E0277]: the size for values of type `<&mut sink::with::State::SinkItem> as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.700 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/sink/with.rs:131:13 Nov 28 01:28:02.700 INFO [stderr] | Nov 28 01:28:02.700 INFO [stderr] 131 | Pin::set(self.state(), State::Buffered(buffered)); Nov 28 01:28:02.700 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.700 INFO [stderr] | Nov 28 01:28:02.700 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut sink::with::State::SinkItem> as std::ops::Deref>::Target` Nov 28 01:28:02.700 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.700 INFO [stderr] = help: consider adding a `where <&mut sink::with::State::SinkItem> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.700 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.700 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.700 INFO [stderr] Nov 28 01:28:02.702 INFO [stderr] error[E0277]: the size for values of type `<&mut sink::with::State::SinkItem> as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.702 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/sink/with.rs:162:9 Nov 28 01:28:02.702 INFO [stderr] | Nov 28 01:28:02.702 INFO [stderr] 162 | Pin::set(self.state(), State::Process(item)); Nov 28 01:28:02.702 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.702 INFO [stderr] | Nov 28 01:28:02.702 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut sink::with::State::SinkItem> as std::ops::Deref>::Target` Nov 28 01:28:02.702 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.702 INFO [stderr] = help: consider adding a `where <&mut sink::with::State::SinkItem> as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.702 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.702 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.702 INFO [stderr] Nov 28 01:28:02.728 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.728 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/sink/with_flat_map.rs:105:9 Nov 28 01:28:02.728 INFO [stderr] | Nov 28 01:28:02.728 INFO [stderr] 105 | Pin::set(stream, None); Nov 28 01:28:02.728 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.728 INFO [stderr] | Nov 28 01:28:02.728 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.728 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.728 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.728 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.728 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.729 INFO [stderr] Nov 28 01:28:02.729 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.729 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/sink/with_flat_map.rs:147:9 Nov 28 01:28:02.729 INFO [stderr] | Nov 28 01:28:02.729 INFO [stderr] 147 | Pin::set(self.stream(), Some(stream)); Nov 28 01:28:02.729 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.729 INFO [stderr] | Nov 28 01:28:02.729 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.729 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.729 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.729 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.729 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.729 INFO [stderr] Nov 28 01:28:02.967 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:02.967 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/stream/for_each_concurrent.rs:83:21 Nov 28 01:28:02.967 INFO [stderr] | Nov 28 01:28:02.967 INFO [stderr] 83 | Pin::set(self.stream(), None); Nov 28 01:28:02.967 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:02.967 INFO [stderr] | Nov 28 01:28:02.967 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:02.967 INFO [stderr] = note: to learn more, visit Nov 28 01:28:02.967 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:02.967 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:02.967 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:02.967 INFO [stderr] Nov 28 01:28:03.047 INFO [stderr] error[E0277]: the size for values of type `<&mut std::option::Option as std::ops::Deref>::Target` cannot be known at compilation time Nov 28 01:28:03.047 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-preview-0.3.0-alpha.9/src/try_stream/try_for_each_concurrent.rs:83:21 Nov 28 01:28:03.047 INFO [stderr] | Nov 28 01:28:03.047 INFO [stderr] 83 | Pin::set(self.stream(), None); Nov 28 01:28:03.047 INFO [stderr] | ^^^^^^^^ doesn't have a size known at compile-time Nov 28 01:28:03.047 INFO [stderr] | Nov 28 01:28:03.047 INFO [stderr] = help: the trait `std::marker::Sized` is not implemented for `<&mut std::option::Option as std::ops::Deref>::Target` Nov 28 01:28:03.047 INFO [stderr] = note: to learn more, visit Nov 28 01:28:03.047 INFO [stderr] = help: consider adding a `where <&mut std::option::Option as std::ops::Deref>::Target: std::marker::Sized` bound Nov 28 01:28:03.047 INFO [stderr] = note: all function arguments must have a statically known size Nov 28 01:28:03.047 INFO [stderr] = help: unsized locals are gated as an unstable feature Nov 28 01:28:03.047 INFO [stderr] Nov 28 01:28:03.159 INFO [stderr] error: aborting due to 39 previous errors Nov 28 01:28:03.159 INFO [stderr] Nov 28 01:28:03.159 INFO [stderr] For more information about this error, try `rustc --explain E0277`. Nov 28 01:28:03.171 INFO [stderr] error: Could not compile `futures-util-preview`. Nov 28 01:28:03.171 INFO [stderr] Nov 28 01:28:03.171 INFO [stderr] To learn more, run the command again with --verbose. Nov 28 01:28:03.172 INFO [stderr] su: No module specific data is present Nov 28 01:28:04.193 INFO running `"docker" "inspect" "7f6b66474821b53e81e9d68045bcd023967ed411df2fb3049eace3b568fc9c7b"` Nov 28 01:28:04.551 INFO running `"docker" "rm" "-f" "7f6b66474821b53e81e9d68045bcd023967ed411df2fb3049eace3b568fc9c7b"` Nov 28 01:28:04.891 INFO [stdout] 7f6b66474821b53e81e9d68045bcd023967ed411df2fb3049eace3b568fc9c7b