[INFO] crate futures-preview 0.3.0-alpha.19 is already in cache [INFO] checking futures-preview-0.3.0-alpha.19 against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] extracting crate futures-preview 0.3.0-alpha.19 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate futures-preview 0.3.0-alpha.19 on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate futures-preview 0.3.0-alpha.19 [INFO] finished tweaking crates.io crate futures-preview 0.3.0-alpha.19 [INFO] tweaked toml for crates.io crate futures-preview 0.3.0-alpha.19 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3b92d3c60f65e9b385c392b2a88b4766b92301df06c5b94767d9311a31498e89 [INFO] running `"docker" "start" "-a" "3b92d3c60f65e9b385c392b2a88b4766b92301df06c5b94767d9311a31498e89"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/fuse.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use futures_test::task::panic_waker; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `panic_waker` in this scope [INFO] [stderr] --> tests/fuse.rs:8:17 [INFO] [stderr] | [INFO] [stderr] 8 | let waker = panic_waker(); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/futures_ordered.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use futures_test::task::noop_context; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/futures_ordered.rs:17:41 [INFO] [stderr] | [INFO] [stderr] 17 | assert!(stream.poll_next_unpin(&mut noop_context()).is_pending()); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/futures_ordered.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/futures_ordered.rs:73:19 [INFO] [stderr] | [INFO] [stderr] 73 | let cx = &mut noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/sink.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use futures_test::task::panic_context; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error[E0425]: cannot find function `panic_context` in this scope [INFO] [stderr] --> tests/sink.rs:24:34 [INFO] [stderr] | [INFO] [stderr] 24 | match s.poll_next_unpin(&mut panic_context()) { [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `panic_context` in this scope [INFO] [stderr] --> tests/sink.rs:453:23 [INFO] [stderr] | [INFO] [stderr] 453 | let cx = &mut panic_context(); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `panic_context` in this scope [INFO] [stderr] --> tests/sink.rs:479:23 [INFO] [stderr] | [INFO] [stderr] 479 | let cx = &mut panic_context(); [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/unfold.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use futures_test::future::FutureTestExt; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/ready_queue.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use futures_test::task::noop_context; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/oneshot.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use futures_test::future::FutureTestExt; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/io_read_to_string.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use futures_test::io::AsyncReadTestExt; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `futures_test` [INFO] [stderr] --> tests/io_read_to_string.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use futures_test::task::noop_context; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `futures_test` [INFO] [stderr] --> tests/unfold.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use futures_test::{ [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `futures_test` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_pending` [INFO] [stderr] --> tests/unfold.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | assert_stream_pending!(stream); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_next` [INFO] [stderr] --> tests/unfold.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | assert_stream_next!(stream, 0); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_pending` [INFO] [stderr] --> tests/unfold.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | assert_stream_pending!(stream); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_next` [INFO] [stderr] --> tests/unfold.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | assert_stream_next!(stream, 2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_pending` [INFO] [stderr] --> tests/unfold.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | assert_stream_pending!(stream); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_next` [INFO] [stderr] --> tests/unfold.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | assert_stream_next!(stream, 4); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_pending` [INFO] [stderr] --> tests/unfold.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | assert_stream_pending!(stream); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `assert_stream_done` [INFO] [stderr] --> tests/unfold.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | assert_stream_done!(stream); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/ready_queue.rs:83:27 [INFO] [stderr] | [INFO] [stderr] 83 | let cx = &mut noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `noop_context` in this scope [INFO] [stderr] --> tests/io_read_to_string.rs:28:18 [INFO] [stderr] | [INFO] [stderr] 28 | let mut cx = noop_context(); [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_in_background` found for struct `futures_util::try_future::map_ok::MapOk, [closure@tests/oneshot.rs:13:16: 13:36 tx2:_]>` in the current scope [INFO] [stderr] --> tests/oneshot.rs:13:38 [INFO] [stderr] | [INFO] [stderr] 13 | rx1.map_ok(move |x| tx2.send(x)).run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::try_future::map_ok::MapOk, [closure@tests/oneshot.rs:13:16: 13:36 tx2:_]>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `pending_once` found for struct `futures_util::future::ready::Ready>` in the current scope [INFO] [stderr] --> tests/unfold.rs:13:57 [INFO] [stderr] | [INFO] [stderr] 13 | future::ready(Some((state * 2, state + 1))).pending_once() [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `futures_util::future::ready::Ready>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `pending_once` found for struct `futures_util::future::ready::Ready>` in the current scope [INFO] [stderr] --> tests/unfold.rs:15:33 [INFO] [stderr] | [INFO] [stderr] 15 | future::ready(None).pending_once() [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `futures_util::future::ready::Ready>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0599]: no method named `run_in_background` found for struct `futures_util::try_future::map_ok::MapOk, [closure@tests/oneshot.rs:24:16: 24:45 tx2:_]>` in the current scope [INFO] [stderr] --> tests/oneshot.rs:24:47 [INFO] [stderr] | [INFO] [stderr] 24 | rx1.map_ok(move |x| tx2.send(x).unwrap()).run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::try_future::map_ok::MapOk, [closure@tests/oneshot.rs:24:16: 24:45 tx2:_]>` [INFO] [stderr] [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `run_in_background` found for struct `futures_util::try_future::map_ok::MapOk, [closure@tests/oneshot.rs:33:16: 33:45 tx2:_]>` in the current scope [INFO] [stderr] --> tests/oneshot.rs:33:47 [INFO] [stderr] | [INFO] [stderr] 33 | rx1.map_ok(move |x| tx2.send(x).unwrap()).run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::try_future::map_ok::MapOk, [closure@tests/oneshot.rs:33:16: 33:45 tx2:_]>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_in_background` found for struct `futures_util::future::map::Map, [closure@tests/oneshot.rs:44:13: 44:52 tx2:_]>` in the current scope [INFO] [stderr] --> tests/oneshot.rs:44:54 [INFO] [stderr] | [INFO] [stderr] 44 | rx1.map(move |result| tx2.send(result).unwrap()).run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::future::map::Map, [closure@tests/oneshot.rs:44:13: 44:52 tx2:_]>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `run_in_background` found for struct `futures_util::future::map::Map, [closure@tests/oneshot.rs:55:13: 55:52 tx2:_]>` in the current scope [INFO] [stderr] --> tests/oneshot.rs:55:54 [INFO] [stderr] | [INFO] [stderr] 55 | rx1.map(move |result| tx2.send(result).unwrap()).run_in_background(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `futures_util::future::map::Map, [closure@tests/oneshot.rs:55:13: 55:52 tx2:_]>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `interleave_pending` found for struct `futures_util::try_stream::into_async_read::IntoAsyncRead>, fn(&[u8]) -> std::result::Result<&[u8], std::io::Error> {std::result::Result::<&[u8], std::io::Error>::Ok}>>` in the current scope [INFO] [stderr] --> tests/io_read_to_string.rs:41:10 [INFO] [stderr] | [INFO] [stderr] 41 | .interleave_pending(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ method not found in `futures_util::try_stream::into_async_read::IntoAsyncRead>, fn(&[u8]) -> std::result::Result<&[u8], std::io::Error> {std::result::Result::<&[u8], std::io::Error>::Ok}>>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `futures-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "3b92d3c60f65e9b385c392b2a88b4766b92301df06c5b94767d9311a31498e89"` [INFO] running `"docker" "rm" "-f" "3b92d3c60f65e9b385c392b2a88b4766b92301df06c5b94767d9311a31498e89"` [INFO] [stdout] 3b92d3c60f65e9b385c392b2a88b4766b92301df06c5b94767d9311a31498e89