[INFO] cloning repository https://github.com/jpoler/futures-0.3-compat [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jpoler/futures-0.3-compat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpoler%2Ffutures-0.3-compat"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpoler%2Ffutures-0.3-compat'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cdec9e5473dbf38588361b3dc5a45f9686e9c66f [INFO] testing jpoler/futures-0.3-compat against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpoler%2Ffutures-0.3-compat" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jpoler/futures-0.3-compat on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jpoler/futures-0.3-compat [INFO] finished tweaking git repo https://github.com/jpoler/futures-0.3-compat [INFO] tweaked toml for git repo https://github.com/jpoler/futures-0.3-compat written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/jpoler/futures-0.3-compat already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] warning: the cargo feature `rename-dependency` is now stable and is no longer necessary to be listed in the manifest [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fb6daaeb863d69b3bceaf8614e9ad6d188e144ce1df4e3c42ecb215141cdef9e [INFO] running `"docker" "start" "-a" "fb6daaeb863d69b3bceaf8614e9ad6d188e144ce1df4e3c42ecb215141cdef9e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] warning: the cargo feature `rename-dependency` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling futures v0.1.23 [INFO] [stderr] Compiling version_check v0.1.4 [INFO] [stderr] Compiling byteorder v1.2.4 [INFO] [stderr] Compiling slab v0.4.1 [INFO] [stderr] Compiling pkg-config v0.3.12 [INFO] [stderr] Compiling lazycell v0.6.0 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling httparse v1.3.2 [INFO] [stderr] Compiling itoa v0.4.2 [INFO] [stderr] Compiling openssl v0.10.11 [INFO] [stderr] Compiling native-tls v0.2.1 [INFO] [stderr] Compiling indexmap v1.0.1 [INFO] [stderr] Compiling string v0.1.1 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling crossbeam-utils v0.3.2 [INFO] [stderr] Compiling arrayvec v0.4.7 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.2 (https://github.com/rust-lang-nursery/futures-rs#86c40ff7) [INFO] [stderr] error[E0432]: unresolved import `core::mem::PinMut` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/86c40ff/futures-core/src/future.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use core::mem::PinMut; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `core::future::FutureObj`, `core::future::LocalFutureObj`, `core::future::UnsafeFutureObj` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/86c40ff/futures-core/src/future.rs:6:32 [INFO] [stderr] | [INFO] [stderr] 6 | pub use core::future::{Future, FutureObj, LocalFutureObj, UnsafeFutureObj}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ no `UnsafeFutureObj` in `future` [INFO] [stderr] | | | [INFO] [stderr] | | no `LocalFutureObj` in `future` [INFO] [stderr] | no `FutureObj` in `future` [INFO] [stderr] | help: a similar name exists in the module: `Future` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::mem::PinMut` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/86c40ff/futures-core/src/stream.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use core::mem::PinMut; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `PinMut` in `mem` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `core::task::Executor`, `core::task::LocalWaker`, `core::task::UnsafeWake`, `core::task::SpawnErrorKind`, `core::task::SpawnObjError`, `core::task::SpawnLocalObjError` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/86c40ff/futures-core/src/task.rs:4:20 [INFO] [stderr] | [INFO] [stderr] 4 | Context, Poll, Executor, [INFO] [stderr] | ^^^^^^^^ no `Executor` in `task` [INFO] [stderr] 5 | Waker, LocalWaker, UnsafeWake, [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^ no `UnsafeWake` in `task` [INFO] [stderr] | | [INFO] [stderr] | no `LocalWaker` in `task` [INFO] [stderr] 6 | SpawnErrorKind, SpawnObjError, SpawnLocalObjError, [INFO] [stderr] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ no `SpawnLocalObjError` in `task` [INFO] [stderr] | | | [INFO] [stderr] | | no `SpawnObjError` in `task` [INFO] [stderr] | no `SpawnErrorKind` in `task` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::boxed::PinBox` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/86c40ff/futures-core/src/stream.rs:128:27 [INFO] [stderr] | [INFO] [stderr] 128 | use std::boxed::{Box, PinBox}; [INFO] [stderr] | ^^^^^^ no `PinBox` in `boxed` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::task::local_waker`, `std::task::local_waker_from_nonlocal` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/86c40ff/futures-core/src/task.rs:10:31 [INFO] [stderr] | [INFO] [stderr] 10 | pub use std::task::{Wake, local_waker, local_waker_from_nonlocal}; [INFO] [stderr] | ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ no `local_waker_from_nonlocal` in `task` [INFO] [stderr] | | [INFO] [stderr] | no `local_waker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/86c40ff/futures-core/src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(pin, arbitrary_self_types, futures_api)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'wake_trait' [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/futures-rs-4ca77cb4f4f05ac4/86c40ff/futures-core/src/task.rs:10:25 [INFO] [stderr] | [INFO] [stderr] 10 | pub use std::task::{Wake, local_waker, local_waker_from_nonlocal}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #69912 for more information [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0554, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `futures-core-preview`. [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] [stderr] error: build failed [INFO] running `"docker" "inspect" "fb6daaeb863d69b3bceaf8614e9ad6d188e144ce1df4e3c42ecb215141cdef9e"` [INFO] running `"docker" "rm" "-f" "fb6daaeb863d69b3bceaf8614e9ad6d188e144ce1df4e3c42ecb215141cdef9e"` [INFO] [stdout] fb6daaeb863d69b3bceaf8614e9ad6d188e144ce1df4e3c42ecb215141cdef9e