[INFO] cloning repository https://github.com/Champii/onet [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Champii/onet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChampii%2Fonet"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChampii%2Fonet'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3e89a24fb434d1106d9b85bee0ef0d3071bc9c38 [INFO] checking Champii/onet against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChampii%2Fonet" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Champii/onet on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Champii/onet [INFO] finished tweaking git repo https://github.com/Champii/onet [INFO] tweaked toml for git repo https://github.com/Champii/onet written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/Champii/onet already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/Champii/onet-hashgraph` [INFO] [stderr] Updating git repository `https://github.com/Champii/custom-logger` [INFO] [stderr] Updating git repository `https://github.com/Champii/rsrpc` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded futures-io-preview v0.3.0-alpha.9 [INFO] [stderr] Downloaded futures-core-preview v0.3.0-alpha.9 [INFO] [stderr] Downloaded futures-executor-preview v0.3.0-alpha.9 [INFO] [stderr] Downloaded futures-sink-preview v0.3.0-alpha.9 [INFO] [stderr] Downloaded futures-channel-preview v0.3.0-alpha.9 [INFO] [stderr] Downloaded futures-preview v0.3.0-alpha.9 [INFO] [stderr] Downloaded futures-util-preview v0.3.0-alpha.9 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d434c85c5bd1ce722cb696d6d1bcbfc718ea2bbaa649ddaada75c131010eeefd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "d434c85c5bd1ce722cb696d6d1bcbfc718ea2bbaa649ddaada75c131010eeefd"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Checking pin-utils v0.1.0-alpha.3 [INFO] [stderr] Checking log v0.4.5 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking rand v0.3.22 [INFO] [stderr] Checking lock_api v0.1.4 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking crossbeam-epoch v0.5.2 [INFO] [stderr] Checking memchr v2.1.0 [INFO] [stderr] Compiling syn v0.15.13 [INFO] [stderr] Checking aho-corasick v0.6.8 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.9 [INFO] [stderr] Checking parking_lot v0.6.4 [INFO] [stderr] Checking crossbeam-deque v0.6.1 [INFO] [stderr] Checking tokio-io v0.1.9 [INFO] [stderr] Checking mio v0.6.16 [INFO] [stderr] error[E0432]: unresolved import `core::task::LocalWaker` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/future/future_obj.rs:6:12 [INFO] [stderr] | [INFO] [stderr] 6 | task::{LocalWaker, Poll}, [INFO] [stderr] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `core::task::LocalWaker`, `core::task::UnsafeWake` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/task/mod.rs:6:35 [INFO] [stderr] | [INFO] [stderr] 6 | pub use core::task::{Poll, Waker, LocalWaker, UnsafeWake}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^ no `UnsafeWake` in `task` [INFO] [stderr] | | [INFO] [stderr] | no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::task::Wake`, `std::task::local_waker`, `std::task::local_waker_from_nonlocal` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/task/mod.rs:8:25 [INFO] [stderr] | [INFO] [stderr] 8 | 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] | no `Wake` in `task` [INFO] [stderr] | help: a similar name exists in the module: `Waker` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `get_mut_unchecked` found for type `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/future/future_obj.rs:181:45 [INFO] [stderr] | [INFO] [stderr] 181 | let mut_ref: &mut F = unsafe { Pin::get_mut_unchecked(Pin::as_mut(&mut self)) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ function or associated item not found in `std::pin::Pin<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `get_mut_unchecked` found for type `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/future/future_obj.rs:219:49 [INFO] [stderr] | [INFO] [stderr] 219 | let mut_ref: &mut F = unsafe { Pin::get_mut_unchecked(Pin::as_mut(&mut self)) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ function or associated item not found in `std::pin::Pin<_>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `P: std::marker::Unpin` is not satisfied in `std::pin::Pin

` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/stream/mod.rs:83:22 [INFO] [stderr] | [INFO] [stderr] 83 | Pin::get_mut(self).as_mut().poll_next(lw) [INFO] [stderr] | ^^^^ within `std::pin::Pin

`, the trait `std::marker::Unpin` is not implemented for `P` [INFO] [stderr] | [INFO] [stderr] = help: consider adding a `where P: std::marker::Unpin` bound [INFO] [stderr] = note: required because it appears within the type `std::pin::Pin

` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `get_mut_unchecked` found for type `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/stream/mod.rs:96:24 [INFO] [stderr] | [INFO] [stderr] 96 | match Pin::get_mut_unchecked(self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ function or associated item not found in `std::pin::Pin<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for type `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/stream/mod.rs:97:58 [INFO] [stderr] | [INFO] [stderr] 97 | Either::Left(a) => Pin::new_unchecked(a).poll_next(lw), [INFO] [stderr] | ^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: Pin::new_unchecked(a) is a function, perhaps you wish to call it [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `poll_next`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `stream::stream_obj::UnsafeStreamObj` [INFO] [stderr] candidate #2: `stream::Stream` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll_next` found for type `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/stream/mod.rs:98:59 [INFO] [stderr] | [INFO] [stderr] 98 | Either::Right(b) => Pin::new_unchecked(b).poll_next(lw), [INFO] [stderr] | ^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stderr] | [INFO] [stderr] = note: Pin::new_unchecked(b) is a function, perhaps you wish to call it [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `poll_next`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `stream::stream_obj::UnsafeStreamObj` [INFO] [stderr] candidate #2: `stream::Stream` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `get_mut_unchecked` found for type `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/stream/stream_obj.rs:182:23 [INFO] [stderr] | [INFO] [stderr] 182 | unsafe { Pin::get_mut_unchecked(self) as *mut F as *mut () } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ function or associated item not found in `std::pin::Pin<_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `get_mut_unchecked` found for type `std::pin::Pin<_>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/stream/stream_obj.rs:220:27 [INFO] [stderr] | [INFO] [stderr] 220 | unsafe { Pin::get_mut_unchecked(Pin::as_mut(&mut self)) as *mut F as *mut () } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ function or associated item not found in `std::pin::Pin<_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `futures-core-preview`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "d434c85c5bd1ce722cb696d6d1bcbfc718ea2bbaa649ddaada75c131010eeefd"` [INFO] running `"docker" "rm" "-f" "d434c85c5bd1ce722cb696d6d1bcbfc718ea2bbaa649ddaada75c131010eeefd"` [INFO] [stdout] d434c85c5bd1ce722cb696d6d1bcbfc718ea2bbaa649ddaada75c131010eeefd