[INFO] updating cached repository https://github.com/Champii/onet
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 3e89a24fb434d1106d9b85bee0ef0d3071bc9c38
[INFO] checking Champii/onet against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FChampii%2Fonet" "/workspace/builds/worker-5/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Champii/onet on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-5/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 379a6dfee5bf6df118a2ea8e79d3fb871a979259e3b916f04d307636afa4ccfb
[INFO] running `"docker" "start" "-a" "379a6dfee5bf6df118a2ea8e79d3fb871a979259e3b916f04d307636afa4ccfb"`
[INFO] [stderr]     Checking slab v0.4.1
[INFO] [stderr]     Checking lazycell v1.2.0
[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 iovec v0.1.2
[INFO] [stderr]     Checking log v0.4.5
[INFO] [stderr]     Checking tokio-executor v0.1.5
[INFO] [stderr]     Checking num_cpus v1.8.0
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]    Compiling ring v0.13.2
[INFO] [stderr]     Checking rand v0.3.22
[INFO] [stderr]     Checking lock_api v0.1.4
[INFO] [stderr]     Checking smallvec v0.6.5
[INFO] [stderr]     Checking bytes v0.4.10
[INFO] [stderr]     Checking clap v2.32.0
[INFO] [stderr]     Checking memchr v2.1.0
[INFO] [stderr]     Checking tokio-timer v0.2.7
[INFO] [stderr]     Checking tokio-current-thread v0.1.3
[INFO] [stderr]    Compiling parking_lot_core v0.3.1
[INFO] [stderr]     Checking futures-core-preview v0.3.0-alpha.9
[INFO] [stderr]     Checking generic-array v0.9.0
[INFO] [stderr]     Checking crossbeam-epoch v0.5.2
[INFO] [stderr]     Checking mio v0.6.16
[INFO] [stderr]     Checking tokio-io v0.1.9
[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::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:31
[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] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'wake_trait'
[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]   |                         ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #69912 <https://github.com/rust-lang/rust/issues/69912> for more information
[INFO] [stderr]   = help: add `#![feature(wake_trait)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `get_mut_unchecked` found for struct `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 struct `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]: `P` cannot be unpinned
[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<P>`, the trait `std::marker::Unpin` is not implemented for `P`
[INFO] [stderr]     |
[INFO] [stderr]     = note: required because it appears within the type `std::pin::Pin<P>`
[INFO] [stderr] help: consider further restricting this bound
[INFO] [stderr]     |
[INFO] [stderr] 74  |     P: ops::DerefMut + std::marker::Unpin,
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `get_mut_unchecked` found for struct `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 struct `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] 56  |         self: Pin<&mut Self>,
[INFO] [stderr]     |               -------------- the method might not be found because of this arbitrary self type
[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: `stream::stream_obj::UnsafeStreamObj` defines an item `poll_next`, perhaps you need to implement it
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/stream/stream_obj.rs:132:1
[INFO] [stderr]     |
[INFO] [stderr] 132 | pub unsafe trait UnsafeStreamObj<'a, T>: 'a {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `poll_next` found for struct `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] 56  |         self: Pin<&mut Self>,
[INFO] [stderr]     |               -------------- the method might not be found because of this arbitrary self type
[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: `stream::stream_obj::UnsafeStreamObj` defines an item `poll_next`, perhaps you need to implement it
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.9/src/stream/stream_obj.rs:132:1
[INFO] [stderr]     |
[INFO] [stderr] 132 | pub unsafe trait UnsafeStreamObj<'a, T>: 'a {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `get_mut_unchecked` found for struct `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 struct `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 12 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0277, E0432, E0599, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[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" "379a6dfee5bf6df118a2ea8e79d3fb871a979259e3b916f04d307636afa4ccfb"`
[INFO] running `"docker" "rm" "-f" "379a6dfee5bf6df118a2ea8e79d3fb871a979259e3b916f04d307636afa4ccfb"`
[INFO] [stdout] 379a6dfee5bf6df118a2ea8e79d3fb871a979259e3b916f04d307636afa4ccfb
