[INFO] fetching crate futures 0.3.31...
[INFO] checking futures-0.3.31 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate futures 0.3.31 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate futures 0.3.31 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate futures 0.3.31
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate futures 0.3.31
[INFO] tweaked toml for crates.io crate futures 0.3.31 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 75 packages to latest compatible versions
[INFO] [stderr]       Adding tokio v0.1.22 (available: v1.41.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b23b1410524ce678b02f1c254c8eb585468de1ae44027d71223d7a8fe60b7a14
[INFO] running `Command { std: "docker" "start" "-a" "b23b1410524ce678b02f1c254c8eb585468de1ae44027d71223d7a8fe60b7a14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b23b1410524ce678b02f1c254c8eb585468de1ae44027d71223d7a8fe60b7a14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b23b1410524ce678b02f1c254c8eb585468de1ae44027d71223d7a8fe60b7a14", kill_on_drop: false }`
[INFO] [stdout] b23b1410524ce678b02f1c254c8eb585468de1ae44027d71223d7a8fe60b7a14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0e8b42d5fb0ec8a028a8c67e0364360eb6fe0af06e085559bc13e3e94a8883e2
[INFO] running `Command { std: "docker" "start" "-a" "0e8b42d5fb0ec8a028a8c67e0364360eb6fe0af06e085559bc13e3e94a8883e2", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling parking_lot_core v0.6.3
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]     Checking assert_matches v1.5.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]     Checking tokio-executor v0.1.10
[INFO] [stderr]     Checking tokio-sync v0.1.8
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking net2 v0.2.39
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking crossbeam-deque v0.7.4
[INFO] [stderr]     Checking tokio-timer v0.2.13
[INFO] [stderr]     Checking tokio-current-thread v0.1.7
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking tokio-threadpool v0.1.18
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking tokio-codec v0.1.2
[INFO] [stderr]     Checking tokio-fs v0.1.7
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]     Checking tokio-uds v0.2.7
[INFO] [stderr]     Checking tokio-udp v0.1.6
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking pin-project v1.1.7
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout]  --> tests/stream_unfold.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use futures_test::future::FutureTestExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 | use futures_task::future::FutureTestExt;
[INFO] [stdout]   |     ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `futures_test`
[INFO] [stdout]  --> tests/stream_unfold.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use futures_test::{assert_stream_done, assert_stream_next, assert_stream_pending};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 | use futures_task::{assert_stream_done, assert_stream_next, assert_stream_pending};
[INFO] [stdout]   |     ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout]   --> tests/stream.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use futures_test::task::noop_context;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 | use futures_task::task::noop_context;
[INFO] [stdout]    |     ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `futures_executor::ThreadPool`
[INFO] [stdout]   --> tests/stream.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use futures_executor::ThreadPool;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ThreadPool` in the root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs:68:30
[INFO] [stdout]    |
[INFO] [stdout] 68 | pub use crate::thread_pool::{ThreadPool, ThreadPoolBuilder};
[INFO] [stdout]    |                              ^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `thread-pool` feature
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs:65:7
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[cfg(feature = "thread-pool")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `futures::executor::ThreadPool`
[INFO] [stdout]    --> tests/eventual.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout] 2   | use futures::executor::ThreadPool;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ThreadPool` in `executor`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:197:32
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub use futures_executor::{ThreadPool, ThreadPoolBuilder};
[INFO] [stdout]     |                                ^^^^^^^^^^
[INFO] [stdout] note: the item is gated behind the `thread-pool` feature
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:195:11
[INFO] [stdout]     |
[INFO] [stdout] 195 |     #[cfg(feature = "thread-pool")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout]  --> tests/stream_into_async_read.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use futures_test::{stream::StreamTestExt, task::noop_context};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 | use futures_task::{stream::StreamTestExt, task::noop_context};
[INFO] [stdout]   |     ~~~~~~~~~~~~
[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_unfold.rs:10:57
[INFO] [stdout]    |
[INFO] [stdout] 10 |             future::ready(Some((state * 2, state + 1))).pending_once()
[INFO] [stdout]    |                                                         ^^^^^^^^^^^^ method not found in `Ready<Option<({integer}, {integer})>>`
[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_unfold.rs:12:33
[INFO] [stdout]    |
[INFO] [stdout] 12 |             future::ready(None).pending_once()
[INFO] [stdout]    |                                 ^^^^^^^^^^^^ method not found in `Ready<Option<_>>`
[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[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout]  --> tests/io_lines.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use futures_test::io::AsyncReadTestExt;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 | use futures_task::io::AsyncReadTestExt;
[INFO] [stdout]   |     ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout]  --> tests/io_lines.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use futures_test::task::noop_context;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 | use futures_task::task::noop_context;
[INFO] [stdout]   |     ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout]  --> tests/future_fuse.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use futures_test::task::panic_waker;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 | use futures_task::task::panic_waker;
[INFO] [stdout]   |     ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `interleave_pending` found for struct `Iter` in the current scope
[INFO] [stdout]   --> tests/stream_into_async_read.rs:50:29
[INFO] [stdout]    |
[INFO] [stdout] 50 |     let mut reader = stream.interleave_pending().into_async_read();
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^ method not found in `Iter<FlatMap<RangeInclusive<{integer}>, Vec<Result<..., ...>>, ...>>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the full type name has been written to '/opt/rustwide/target/debug/deps/stream_into_async_read-511133d3c1294253.long-type-16043334346701918261.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futures` (test "stream_unfold") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout]   --> tests/stream_try_stream.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use futures_test::task::noop_context;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 | use futures_task::task::noop_context;
[INFO] [stdout]    |     ~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futures` (test "future_fuse") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futures` (test "eventual") due to 1 previous error
[INFO] [stdout] error[E0599]: no method named `interleave_pending` found for struct `Iter` in the current scope
[INFO] [stdout]   --> tests/stream_into_async_read.rs:77:29
[INFO] [stdout]    |
[INFO] [stdout] 77 |     let mut reader = stream.interleave_pending().into_async_read();
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^ method not found in `Iter<FlatMap<RangeInclusive<{integer}>, Vec<Result<..., ...>>, ...>>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the full type name has been written to '/opt/rustwide/target/debug/deps/stream_into_async_read-511133d3c1294253.long-type-13214206910917419553.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `interleave_pending` found for struct `IntoAsyncRead` in the current scope
[INFO] [stdout]   --> tests/io_lines.rs:65:78
[INFO] [stdout]    |
[INFO] [stdout] 65 |         stream::iter(vec![&b"12"[..], &b"\r"[..]]).map(Ok).into_async_read().interleave_pending();
[INFO] [stdout]    |                                                                              ^^^^^^^^^^^^^^^^^^ method not found in `IntoAsyncRead<Map<Iter<IntoIter<&[u8]>>, ...>>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: the full type name has been written to '/opt/rustwide/target/debug/deps/io_lines-2a8b6ea6f826f865.long-type-16129017635347305087.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[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] [stdout] error[E0599]: no method named `interleave_pending` found for struct `IntoAsyncRead` in the current scope
[INFO] [stdout]   --> tests/io_lines.rs:73:10
[INFO] [stdout]    |
[INFO] [stdout] 70 |       let buf = stream::iter(vec![&b"12"[..], &b"\r\n"[..], &b"\n"[..]])
[INFO] [stdout]    |  _______________-
[INFO] [stdout] 71 | |         .map(Ok)
[INFO] [stdout] 72 | |         .into_async_read()
[INFO] [stdout] 73 | |         .interleave_pending();
[INFO] [stdout]    | |         -^^^^^^^^^^^^^^^^^^ method not found in `IntoAsyncRead<Map<Iter<IntoIter<&[u8]>>, ...>>`
[INFO] [stdout]    | |_________|
[INFO] [stdout]    |
[INFO] [stdout]    |
[INFO] [stdout]    = note: the full type name has been written to '/opt/rustwide/target/debug/deps/io_lines-2a8b6ea6f826f865.long-type-9175555687580851258.txt'
[INFO] [stdout]    = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futures` (test "stream_into_async_read") due to 3 previous errors
[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: could not compile `futures` (test "io_lines") due to 4 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futures` (test "stream") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futures` (test "stream_try_stream") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "0e8b42d5fb0ec8a028a8c67e0364360eb6fe0af06e085559bc13e3e94a8883e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e8b42d5fb0ec8a028a8c67e0364360eb6fe0af06e085559bc13e3e94a8883e2", kill_on_drop: false }`
[INFO] [stdout] 0e8b42d5fb0ec8a028a8c67e0364360eb6fe0af06e085559bc13e3e94a8883e2
