[INFO] cloning repository https://github.com/woodsmur/tide_tutorial [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/woodsmur/tide_tutorial" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoodsmur%2Ftide_tutorial", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoodsmur%2Ftide_tutorial'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 704149e7bfa6b523f02ebdc5a59ced24346352bf [INFO] testing woodsmur/tide_tutorial against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwoodsmur%2Ftide_tutorial" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/woodsmur/tide_tutorial on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/woodsmur/tide_tutorial [INFO] finished tweaking git repo https://github.com/woodsmur/tide_tutorial [INFO] tweaked toml for git repo https://github.com/woodsmur/tide_tutorial written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/woodsmur/tide_tutorial already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1f74c24632a8fc3a47117797b99c8caef6591a09cff419fe13f93df6198d2ad7 [INFO] running `Command { std: "docker" "start" "-a" "1f74c24632a8fc3a47117797b99c8caef6591a09cff419fe13f93df6198d2ad7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1f74c24632a8fc3a47117797b99c8caef6591a09cff419fe13f93df6198d2ad7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f74c24632a8fc3a47117797b99c8caef6591a09cff419fe13f93df6198d2ad7", kill_on_drop: false }` [INFO] [stdout] 1f74c24632a8fc3a47117797b99c8caef6591a09cff419fe13f93df6198d2ad7 [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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f2be6e51d1846fd1df34012810ec268b105ed16073c2807d7346000d727d3e17 [INFO] running `Command { std: "docker" "start" "-a" "f2be6e51d1846fd1df34012810ec268b105ed16073c2807d7346000d727d3e17", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling rand_core v0.3.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling futures v0.1.25 [INFO] [stderr] Compiling siphasher v0.2.3 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling slab v0.4.1 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling lazycell v1.2.0 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling string_cache_shared v0.3.0 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling num-traits v0.2.6 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling unicode-normalization v0.1.7 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling byte-tools v0.3.0 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling safemem v0.3.0 [INFO] [stderr] Compiling slog v2.4.1 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling opaque-debug v0.2.1 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling itoa v0.4.3 [INFO] [stderr] Compiling bit-vec v0.5.0 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling fixedbitset v0.1.9 [INFO] [stderr] Compiling typeable v0.1.2 [INFO] [stderr] Compiling ordermap v0.3.5 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling modifier v0.1.0 [INFO] [stderr] Compiling lalrpop-util v0.16.2 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling ryu v0.2.7 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.3 [INFO] [stderr] Compiling diff v0.1.11 [INFO] [stderr] Compiling ascii v0.8.7 [INFO] [stderr] Compiling string v0.1.2 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling groupable v0.2.0 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling chunked_transfer v0.3.1 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling dtoa v0.4.3 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling itoa v0.3.4 [INFO] [stderr] Compiling data-encoding v2.1.1 [INFO] [stderr] Compiling path_table v0.0.0 (https://github.com/rust-net-web/tide#e1f5c324) [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling crossbeam-utils v0.6.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.3 [INFO] [stderr] Compiling block-padding v0.1.2 [INFO] [stderr] Compiling rand_core v0.2.2 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.0 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.10 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling bit-set v0.5.0 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stdout] error[E0432]: unresolved import `core::task::LocalWaker` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/future/future_obj.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | task::{LocalWaker, Poll}, [INFO] [stdout] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `core::task::LocalWaker`, `core::task::UnsafeWake` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/task/mod.rs:8:35 [INFO] [stdout] | [INFO] [stdout] 8 | pub use core::task::{Poll, Waker, LocalWaker, UnsafeWake}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^^ no `UnsafeWake` in `task` [INFO] [stdout] | | [INFO] [stdout] | no `LocalWaker` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `std::task::local_waker`, `std::task::local_waker_from_nonlocal` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/task/mod.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | pub use std::task::{Wake, local_waker, local_waker_from_nonlocal}; [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^ no `local_waker_from_nonlocal` in `task` [INFO] [stdout] | | [INFO] [stdout] | no `local_waker` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(pin, arbitrary_self_types, futures_api)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.25/src/lib.rs:161:42 [INFO] [stdout] | [INFO] [stdout] 161 | #![cfg_attr(feature = "nightly", feature(pin))] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling smallvec v0.6.6 [INFO] [stderr] Compiling new_debug_unreachable v1.0.1 [INFO] [stderr] Compiling arrayvec v0.4.8 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pin-utils-0.1.0-alpha.3/src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(pin)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pin-utils` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(pin, arbitrary_self_types, futures_api)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/lib.rs:3:39 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(pin, arbitrary_self_types, futures_api)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `strsim` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name strsim /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/strsim-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=d10790cb4a33b4be -C extra-filename=-d10790cb4a33b4be --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stdout] error[E0599]: no function or associated item named `get_mut_unchecked` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/future/future_obj.rs:176:45 [INFO] [stdout] | [INFO] [stdout] 176 | let mut_ref: &mut F = unsafe { Pin::get_mut_unchecked(Pin::as_mut(&mut self)) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ function or associated item not found in `std::pin::Pin<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `get_mut_unchecked` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/future/future_obj.rs:216:49 [INFO] [stdout] | [INFO] [stdout] 216 | let mut_ref: &mut F = unsafe { Pin::get_mut_unchecked(Pin::as_mut(&mut self)) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ function or associated item not found in `std::pin::Pin<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `get_mut_unchecked` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/stream/stream_obj.rs:178:23 [INFO] [stdout] | [INFO] [stdout] 178 | unsafe { Pin::get_mut_unchecked(self) as *mut F as *mut () } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ function or associated item not found in `std::pin::Pin<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `get_mut_unchecked` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/stream/stream_obj.rs:218:49 [INFO] [stdout] | [INFO] [stdout] 218 | let mut_ref: &mut F = unsafe { Pin::get_mut_unchecked(Pin::as_mut(&mut self)) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ function or associated item not found in `std::pin::Pin<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `P` cannot be unpinned [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/stream/mod.rs:83:22 [INFO] [stdout] | [INFO] [stdout] 83 | Pin::get_mut(self).as_mut().poll_next(lw) [INFO] [stdout] | ------------ ^^^^ within `std::pin::Pin
`, the trait `std::marker::Unpin` is not implemented for `P` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = note: consider using `Box::pin` [INFO] [stdout] = note: required because it appears within the type `std::pin::Pin
` [INFO] [stdout] note: required by a bound in `std::pin::Pin::<&'a mut T>::get_mut` [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 74 | P: ops::DerefMut + std::marker::Unpin, [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `get_mut_unchecked` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/stream/mod.rs:96:24 [INFO] [stdout] | [INFO] [stdout] 96 | match Pin::get_mut_unchecked(self) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ function or associated item not found in `std::pin::Pin<_>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `poll_next` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/stream/mod.rs:97:58 [INFO] [stdout] | [INFO] [stdout] 56 | self: Pin<&mut Self>, [INFO] [stdout] | -------------- the method might not be found because of this arbitrary self type [INFO] [stdout] ... [INFO] [stdout] 97 | Either::Left(a) => Pin::new_unchecked(a).poll_next(lw), [INFO] [stdout] | ^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `stream_obj::UnsafeStreamObj` defines an item `poll_next`, perhaps you need to implement it [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/stream/stream_obj.rs:128:1 [INFO] [stdout] | [INFO] [stdout] 128 | pub unsafe trait UnsafeStreamObj<'a, T>: 'a { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `poll_next` found for struct `std::pin::Pin<_>` in the current scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/stream/mod.rs:98:59 [INFO] [stdout] | [INFO] [stdout] 56 | self: Pin<&mut Self>, [INFO] [stdout] | -------------- the method might not be found because of this arbitrary self type [INFO] [stdout] ... [INFO] [stdout] 98 | Either::Right(b) => Pin::new_unchecked(b).poll_next(lw), [INFO] [stdout] | ^^^^^^^^^ method not found in `std::pin::Pin<_>` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] note: `stream_obj::UnsafeStreamObj` defines an item `poll_next`, perhaps you need to implement it [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.10/src/stream/stream_obj.rs:128:1 [INFO] [stdout] | [INFO] [stdout] 128 | pub unsafe trait UnsafeStreamObj<'a, T>: 'a { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0554, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `futures-core-preview` due to 15 previous errors [INFO] [stderr] error: could not compile `futures` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f2be6e51d1846fd1df34012810ec268b105ed16073c2807d7346000d727d3e17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2be6e51d1846fd1df34012810ec268b105ed16073c2807d7346000d727d3e17", kill_on_drop: false }` [INFO] [stdout] f2be6e51d1846fd1df34012810ec268b105ed16073c2807d7346000d727d3e17