[INFO] fetching crate futures 0.3.8...
[INFO] checking futures-0.3.8 against try#55b3f428b4fac6790b1e8492e0b91ff2d80aec7c for pr-77035
[INFO] extracting crate futures 0.3.8 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate futures 0.3.8 on toolchain 55b3f428b4fac6790b1e8492e0b91ff2d80aec7c
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+55b3f428b4fac6790b1e8492e0b91ff2d80aec7c" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] started tweaking crates.io crate futures 0.3.8
[INFO] finished tweaking crates.io crate futures 0.3.8
[INFO] tweaked toml for crates.io crate futures 0.3.8 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+55b3f428b4fac6790b1e8492e0b91ff2d80aec7c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+55b3f428b4fac6790b1e8492e0b91ff2d80aec7c" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+55b3f428b4fac6790b1e8492e0b91ff2d80aec7c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fd8c14b094e1583aba2e8a14e214c14594f95a66ad182dc94e7446eef549af4a
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "fd8c14b094e1583aba2e8a14e214c14594f95a66ad182dc94e7446eef549af4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd8c14b094e1583aba2e8a14e214c14594f95a66ad182dc94e7446eef549af4a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd8c14b094e1583aba2e8a14e214c14594f95a66ad182dc94e7446eef549af4a", kill_on_drop: false }`
[INFO] [stdout] fd8c14b094e1583aba2e8a14e214c14594f95a66ad182dc94e7446eef549af4a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+55b3f428b4fac6790b1e8492e0b91ff2d80aec7c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 74f542acfc630a20bb11c9d798d0106c56e4f06318c62247ad5dbd24286bd746
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "74f542acfc630a20bb11c9d798d0106c56e4f06318c62247ad5dbd24286bd746", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Compiling syn v1.0.54
[INFO] [stderr] Compiling pin-project-internal v1.0.2
[INFO] [stderr] Compiling futures-macro v0.3.8
[INFO] [stderr] Checking pin-project v1.0.2
[INFO] [stderr] Checking futures-util v0.3.8
[INFO] [stderr] Checking futures-executor v0.3.8
[INFO] [stderr] Checking futures v0.3.8 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout] --> tests/basic_combinators.rs:2:5
[INFO] [stdout] |
[INFO] [stdout] 2 | use futures_test::future::FutureTestExt;
[INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout] --> tests/unfold.rs:4:5
[INFO] [stdout] |
[INFO] [stdout] 4 | use futures_test::future::FutureTestExt;
[INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0432]: unresolved import `futures_test`
[INFO] [stdout] --> tests/unfold.rs:5:5
[INFO] [stdout] |
[INFO] [stdout] 5 | use futures_test::{
[INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[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:5:13
[INFO] [stdout] |
[INFO] [stdout] 5 | use futures_test::task::noop_context;
[INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[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:46:9
[INFO] [stdout] |
[INFO] [stdout] 46 | use futures_test::io::AsyncReadTestExt;
[INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find function `noop_context` in this scope
[INFO] [stdout] --> tests/io_lines.rs:9:22
[INFO] [stdout] |
[INFO] [stdout] 9 | let mut cx = noop_context();
[INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot determine resolution for the macro `assert_stream_pending`
[INFO] [stdout] --> tests/unfold.rs:21:5
[INFO] [stdout] |
[INFO] [stdout] 21 | assert_stream_pending!(stream);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot determine resolution for the macro `assert_stream_next`
[INFO] [stdout] --> tests/unfold.rs:23:5
[INFO] [stdout] |
[INFO] [stdout] 23 | assert_stream_next!(stream, 0);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot determine resolution for the macro `assert_stream_pending`
[INFO] [stdout] --> tests/unfold.rs:26:5
[INFO] [stdout] |
[INFO] [stdout] 26 | assert_stream_pending!(stream);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot determine resolution for the macro `assert_stream_next`
[INFO] [stdout] --> tests/unfold.rs:27:5
[INFO] [stdout] |
[INFO] [stdout] 27 | assert_stream_next!(stream, 2);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot determine resolution for the macro `assert_stream_pending`
[INFO] [stdout] --> tests/unfold.rs:29:5
[INFO] [stdout] |
[INFO] [stdout] 29 | assert_stream_pending!(stream);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot determine resolution for the macro `assert_stream_next`
[INFO] [stdout] --> tests/unfold.rs:30:5
[INFO] [stdout] |
[INFO] [stdout] 30 | assert_stream_next!(stream, 4);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot determine resolution for the macro `assert_stream_pending`
[INFO] [stdout] --> tests/unfold.rs:33:5
[INFO] [stdout] |
[INFO] [stdout] 33 | assert_stream_pending!(stream);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot determine resolution for the macro `assert_stream_done`
[INFO] [stdout] --> tests/unfold.rs:34:5
[INFO] [stdout] |
[INFO] [stdout] 34 | assert_stream_done!(stream);
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout] --> tests/eager_drop.rs:4:9
[INFO] [stdout] |
[INFO] [stdout] 4 | use futures_test::future::FutureTestExt;
[INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout] --> tests/eager_drop.rs:26:9
[INFO] [stdout] |
[INFO] [stdout] 26 | use futures_test::future::FutureTestExt;
[INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout] --> tests/eager_drop.rs:70:13
[INFO] [stdout] |
[INFO] [stdout] 70 | use futures_test::future::FutureTestExt;
[INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout] --> tests/eager_drop.rs:94:13
[INFO] [stdout] |
[INFO] [stdout] 94 | use futures_test::future::FutureTestExt;
[INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout] --> tests/eager_drop.rs:118:13
[INFO] [stdout] |
[INFO] [stdout] 118 | use futures_test::future::FutureTestExt;
[INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0432]: unresolved import `pin_project`
[INFO] [stdout] --> tests/eager_drop.rs:48:9
[INFO] [stdout] |
[INFO] [stdout] 48 | use pin_project::pin_project;
[INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `pin_project`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot determine resolution for the attribute macro `pin_project`
[INFO] [stdout] --> tests/eager_drop.rs:51:7
[INFO] [stdout] |
[INFO] [stdout] 51 | #[pin_project]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout] --> tests/io_write.rs:41:9
[INFO] [stdout] |
[INFO] [stdout] 41 | use futures_test::task::panic_context;
[INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_test`
[INFO] [stdout] --> tests/io_write.rs:65:9
[INFO] [stdout] |
[INFO] [stdout] 65 | use futures_test::task::panic_context;
[INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `futures_test`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find attribute `pin` in this scope
[INFO] [stdout] --> tests/eager_drop.rs:54:11
[INFO] [stdout] |
[INFO] [stdout] 54 | #[pin]
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find function `panic_context` in this scope
[INFO] [stdout] --> tests/io_write.rs:52:19
[INFO] [stdout] |
[INFO] [stdout] 52 | let cx = &mut panic_context();
[INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0425]: cannot find function `panic_context` in this scope
[INFO] [stdout] --> tests/io_write.rs:76:19
[INFO] [stdout] |
[INFO] [stdout] 76 | let cx = &mut panic_context();
[INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout]
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout]
[INFO] [stderr] error: could not compile `futures`
[INFO] [stderr]
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `pin_project`
[INFO] [stdout] --> tests/split.rs:7:9
[INFO] [stdout] |
[INFO] [stdout] 7 | use pin_project::pin_project;
[INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `pin_project`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot determine resolution for the attribute macro `pin_project`
[INFO] [stdout] --> tests/split.rs:10:7
[INFO] [stdout] |
[INFO] [stdout] 10 | #[pin_project]
[INFO] [stdout] | ^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error[E0599]: no method named `pending_once` found for struct `futures::future::Ready