[INFO] fetching crate fluvio-future 0.1.2... [INFO] checking fluvio-future-0.1.2 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate fluvio-future 0.1.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate fluvio-future 0.1.2 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3/source/.cargo/config [INFO] started tweaking crates.io crate fluvio-future 0.1.2 [INFO] finished tweaking crates.io crate fluvio-future 0.1.2 [INFO] tweaked toml for crates.io crate fluvio-future 0.1.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 96be99c3edb844a46b43bbe61f2fd0bdce63cf0a6c9c52e2127994afc0e1a6f7 [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" "96be99c3edb844a46b43bbe61f2fd0bdce63cf0a6c9c52e2127994afc0e1a6f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "96be99c3edb844a46b43bbe61f2fd0bdce63cf0a6c9c52e2127994afc0e1a6f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96be99c3edb844a46b43bbe61f2fd0bdce63cf0a6c9c52e2127994afc0e1a6f7", kill_on_drop: false }` [INFO] [stdout] 96be99c3edb844a46b43bbe61f2fd0bdce63cf0a6c9c52e2127994afc0e1a6f7 [INFO] running `Command { std: "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" "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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 682f8344173300080f541e47acc489feb391e576c51e7fc389f88b11d9c0fc93 [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" "682f8344173300080f541e47acc489feb391e576c51e7fc389f88b11d9c0fc93", kill_on_drop: false }` [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Compiling fluvio-test-derive v0.1.0 [INFO] [stderr] Checking flv-util v0.5.2 [INFO] [stderr] Checking fluvio-future v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking async-lock v1.1.5 [INFO] [stderr] Checking futures-util v0.3.6 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `futures_lite` [INFO] [stdout] --> src/test_util.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | use futures_lite::future::poll_fn; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `futures_lite` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures_lite` [INFO] [stdout] --> src/test_util.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | use futures_lite::Future; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `futures_lite` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `fluvio_future` in `{{root}}` [INFO] [stdout] --> src/test_util.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | #[test_async] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `fluvio_future` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `fluvio_future` [INFO] [stdout] --> src/test_util.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | match fluvio_future::task::run_block_on(ft) { [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared crate or module `fluvio_future` [INFO] [stdout] ... [INFO] [stdout] 43 | assert_async_block!(ft); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `fluvio_future` in `{{root}}` [INFO] [stdout] --> src/test_util.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | #[test_async] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `fluvio_future` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `fluvio_future` in `{{root}}` [INFO] [stdout] --> src/test_util.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | #[test_async] [INFO] [stdout] | ^^^^^^^^^^^^^ could not find `fluvio_future` in `{{root}}` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `poll_fn` in this scope [INFO] [stdout] --> src/test_util.rs:70:20 [INFO] [stdout] | [INFO] [stdout] 70 | assert_eq!(poll_fn(test_poll).await, 4); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 16 | use core::future::poll_fn; [INFO] [stdout] | [INFO] [stdout] 16 | use futures_util::core_reexport::future::poll_fn; [INFO] [stdout] | [INFO] [stdout] 16 | use futures_util::future::poll_fn; [INFO] [stdout] | [INFO] [stdout] 16 | use futures_util::stream::poll_fn; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fluvio-future` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "682f8344173300080f541e47acc489feb391e576c51e7fc389f88b11d9c0fc93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "682f8344173300080f541e47acc489feb391e576c51e7fc389f88b11d9c0fc93", kill_on_drop: false }` [INFO] [stdout] 682f8344173300080f541e47acc489feb391e576c51e7fc389f88b11d9c0fc93