, _>>, [closure@tests/stream_into_async_read.rs:76:48: 76:93]>>`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `pending_once` found for struct `futures::future::Ready` in the current scope
[INFO] [stdout] --> tests/stream_select_next_some.rs:68:40
[INFO] [stdout] |
[INFO] [stdout] 68 | let mut fut = future::ready(1).pending_once();
[INFO] [stdout] | ^^^^^^^^^^^^ method not found in `futures::future::Ready<{integer}>`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout] --> tests/stream_select_next_some.rs:83:9
[INFO] [stdout] |
[INFO] [stdout] 71 | / loop {
[INFO] [stdout] 72 | | select! {
[INFO] [stdout] 73 | | num = fut => {
[INFO] [stdout] 74 | | total += num;
[INFO] [stdout] ... |
[INFO] [stdout] 81 | | }
[INFO] [stdout] 82 | | }
[INFO] [stdout] | |_________- any code following this expression is unreachable
[INFO] [stdout] 83 | assert_eq!(total, 6);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `poll_fill_buf` found for struct `Pin<&mut Pin<&mut _>>` in the current scope
[INFO] [stdout] --> tests/stream_into_async_read.rs:31:42
[INFO] [stdout] |
[INFO] [stdout] 31 | match Pin::new(&mut $reader).poll_fill_buf(&mut cx) {
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Pin<&mut Pin<&mut _>>`
[INFO] [stdout] ...
[INFO] [stdout] 81 | assert_fill_buf!(reader, &[1, 2, 3, 4, 5][..]);
[INFO] [stdout] | ----------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it
[INFO] [stdout] = note: this error originates in the macro `assert_fill_buf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `as_mut` found for struct `Pin<&mut _>` in the current scope
[INFO] [stdout] --> tests/stream_into_async_read.rs:82:12
[INFO] [stdout] |
[INFO] [stdout] 82 | reader.as_mut().consume(3);
[INFO] [stdout] | ^^^^^^ method not found in `Pin<&mut _>`
[INFO] [stdout] |
[INFO] [stdout] = note: the method was found for
[INFO] [stdout] - `Pin`
[INFO] [stdout] = note: `reader` is a function, perhaps you wish to call it
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `run_in_background` found for struct `futures::future::AndThen` in the current scope
[INFO] [stdout] --> tests/eager_drop.rs:93:10
[INFO] [stdout] |
[INFO] [stdout] 93 | .run_in_background();
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `futures::future::AndThen>, [closure@tests/eager_drop.rs:87:57: 87:73]>, std::sync::mpsc::Sender<()>>, futures::future::Ready>, [closure@tests/eager_drop.rs:88:19: 92:10]>`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `poll_fill_buf` found for struct `Pin<&mut Pin<&mut _>>` in the current scope
[INFO] [stdout] --> tests/stream_into_async_read.rs:31:42
[INFO] [stdout] |
[INFO] [stdout] 31 | match Pin::new(&mut $reader).poll_fill_buf(&mut cx) {
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Pin<&mut Pin<&mut _>>`
[INFO] [stdout] ...
[INFO] [stdout] 84 | assert_fill_buf!(reader, &[4, 5][..]);
[INFO] [stdout] | -------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it
[INFO] [stdout] = note: this error originates in the macro `assert_fill_buf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 9 previous errors; 2 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0599.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `as_mut` found for struct `Pin<&mut _>` in the current scope
[INFO] [stdout] --> tests/stream_into_async_read.rs:85:12
[INFO] [stdout] |
[INFO] [stdout] 85 | reader.as_mut().consume(2);
[INFO] [stdout] | ^^^^^^ method not found in `Pin<&mut _>`
[INFO] [stdout] |
[INFO] [stdout] = note: the method was found for
[INFO] [stdout] - `Pin`
[INFO] [stdout] = note: `reader` is a function, perhaps you wish to call it
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `poll_fill_buf` found for struct `Pin<&mut Pin<&mut _>>` in the current scope
[INFO] [stdout] --> tests/stream_into_async_read.rs:31:42
[INFO] [stdout] |
[INFO] [stdout] 31 | match Pin::new(&mut $reader).poll_fill_buf(&mut cx) {
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Pin<&mut Pin<&mut _>>`
[INFO] [stdout] ...
[INFO] [stdout] 87 | assert_fill_buf!(reader, &[1, 2, 3, 4, 5][..]);
[INFO] [stdout] | ----------------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it
[INFO] [stdout] = note: this error originates in the macro `assert_fill_buf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `as_mut` found for struct `Pin<&mut _>` in the current scope
[INFO] [stdout] --> tests/stream_into_async_read.rs:88:12
[INFO] [stdout] |
[INFO] [stdout] 88 | reader.as_mut().consume(2);
[INFO] [stdout] | ^^^^^^ method not found in `Pin<&mut _>`
[INFO] [stdout] |
[INFO] [stdout] = note: the method was found for
[INFO] [stdout] - `Pin
`
[INFO] [stdout] = note: `reader` is a function, perhaps you wish to call it
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `poll_fill_buf` found for struct `Pin<&mut Pin<&mut _>>` in the current scope
[INFO] [stdout] --> tests/stream_into_async_read.rs:31:42
[INFO] [stdout] |
[INFO] [stdout] 31 | match Pin::new(&mut $reader).poll_fill_buf(&mut cx) {
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Pin<&mut Pin<&mut _>>`
[INFO] [stdout] ...
[INFO] [stdout] 90 | assert_fill_buf!(reader, &[3, 4, 5][..]);
[INFO] [stdout] | ----------------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it
[INFO] [stdout] = note: this error originates in the macro `assert_fill_buf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `as_mut` found for struct `Pin<&mut _>` in the current scope
[INFO] [stdout] --> tests/stream_into_async_read.rs:91:12
[INFO] [stdout] |
[INFO] [stdout] 91 | reader.as_mut().consume(3);
[INFO] [stdout] | ^^^^^^ method not found in `Pin<&mut _>`
[INFO] [stdout] |
[INFO] [stdout] = note: the method was found for
[INFO] [stdout] - `Pin
`
[INFO] [stdout] = note: `reader` is a function, perhaps you wish to call it
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `poll_fill_buf` found for struct `Pin<&mut Pin<&mut _>>` in the current scope
[INFO] [stdout] --> tests/stream_into_async_read.rs:31:42
[INFO] [stdout] |
[INFO] [stdout] 31 | match Pin::new(&mut $reader).poll_fill_buf(&mut cx) {
[INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `Pin<&mut Pin<&mut _>>`
[INFO] [stdout] ...
[INFO] [stdout] 93 | assert_fill_buf!(reader, &[][..]);
[INFO] [stdout] | ---------------------------------- in this macro invocation
[INFO] [stdout] |
[INFO] [stdout] = note: `Pin::new(&mut $reader)` is a function, perhaps you wish to call it
[INFO] [stdout] = note: this error originates in the macro `assert_fill_buf` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `run_in_background` found for struct `futures::future::OrElse` in the current scope
[INFO] [stdout] --> tests/eager_drop.rs:112:10
[INFO] [stdout] |
[INFO] [stdout] 112 | .run_in_background();
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `futures::future::OrElse>, [closure@tests/eager_drop.rs:106:57: 106:73]>, std::sync::mpsc::Sender<()>>, futures::future::Ready>, [closure@tests/eager_drop.rs:107:18: 111:10]>`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `AsyncRead`
[INFO] [stdout] --> tests/stream_into_async_read.rs:2:19
[INFO] [stdout] |
[INFO] [stdout] 2 | use futures::io::{AsyncRead, AsyncBufRead};
[INFO] [stdout] | ^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `AsyncBufRead`
[INFO] [stdout] --> tests/stream_into_async_read.rs:2:30
[INFO] [stdout] |
[INFO] [stdout] 2 | use futures::io::{AsyncRead, AsyncBufRead};
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused import: `TryStreamExt`
[INFO] [stdout] --> tests/stream_into_async_read.rs:3:29
[INFO] [stdout] |
[INFO] [stdout] 3 | use futures::stream::{self, TryStreamExt};
[INFO] [stdout] | ^^^^^^^^^^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `run_in_background` found for struct `futures::future::Map` in the current scope
[INFO] [stdout] --> tests/basic_combinators.rs:95:9
[INFO] [stdout] |
[INFO] [stdout] 95 | fut.run_in_background(); // Start it
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `futures::future::Map>, futures::future::Ready>, [closure@tests/basic_combinators.rs:44:19: 48:10]>, futures::future::Ready>, [closure@tests/basic_combinators.rs:49:18: 53:10]>, [closure@tests/basic_combinators.rs:54:17: 58:10]>, [closure@tests/basic_combinators.rs:59:18: 63:10]>, [closure@tests/basic_combinators.rs:64:14: 68:10]>, futures::future::Ready>, [closure@tests/basic_combinators.rs:69:19: 73:10]>, futures::future::Ready>, [closure@tests/basic_combinators.rs:74:18: 78:10]>, [closure@tests/basic_combinators.rs:79:17: 83:10]>, [closure@tests/basic_combinators.rs:84:18: 88:10]>, [closure@tests/basic_combinators.rs:89:14: 92:10]>`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 31 previous errors; 3 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0599.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout]
[INFO] [stderr] error: build failed
[INFO] running `Command { std: "docker" "inspect" "d31a10fd15b064a1c1e21b070db93f014d2443be31190632c5c981fa46c7718b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d31a10fd15b064a1c1e21b070db93f014d2443be31190632c5c981fa46c7718b", kill_on_drop: false }`
[INFO] [stdout] d31a10fd15b064a1c1e21b070db93f014d2443be31190632c5c981fa46c7718b