[INFO] updating cached repository miquels/async-wait-test [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/miquels/async-wait-test [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/miquels/async-wait-test" "work/ex/beta-1.38-1/sources/1.37.0/gh/miquels/async-wait-test"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/miquels/async-wait-test'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/miquels/async-wait-test" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/miquels/async-wait-test"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/miquels/async-wait-test'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c6a603f8ceb86f784011b00f58296ba5b3b9f70f [INFO] sha for GitHub repo miquels/async-wait-test: c6a603f8ceb86f784011b00f58296ba5b3b9f70f [INFO] validating manifest of miquels/async-wait-test on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of miquels/async-wait-test on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing miquels/async-wait-test [INFO] finished frobbing miquels/async-wait-test [INFO] frobbed toml for miquels/async-wait-test written to work/ex/beta-1.38-1/sources/1.37.0/gh/miquels/async-wait-test/Cargo.toml [INFO] started frobbing miquels/async-wait-test [INFO] finished frobbing miquels/async-wait-test [INFO] frobbed toml for miquels/async-wait-test written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/miquels/async-wait-test/Cargo.toml [INFO] crate miquels/async-wait-test already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing miquels/async-wait-test against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/miquels/async-wait-test:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 7492e9d711967cbd15565bdaa45abc0b77991c87c64f036ff2a3c0994dbb1b10 [INFO] running `"docker" "start" "-a" "7492e9d711967cbd15565bdaa45abc0b77991c87c64f036ff2a3c0994dbb1b10"` [INFO] [stderr] Compiling proc-macro-nested v0.1.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.13 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling http v0.1.16 [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.13/src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(futures_api)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0053]: method `poll` has an incompatible type for trait [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.13/src/future/future_obj.rs:64:5 [INFO] [stderr] | [INFO] [stderr] 64 | fn poll(self: Pin<&mut Self>, waker: &Waker) -> Poll { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(std::pin::Pin<&mut future::future_obj::LocalFutureObj<'a, T>>, &mut std::task::Context<'_>) -> std::task::Poll` [INFO] [stderr] found type `fn(std::pin::Pin<&mut future::future_obj::LocalFutureObj<'a, T>>, &std::task::Waker) -> std::task::Poll` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `poll` has an incompatible type for trait [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.13/src/future/future_obj.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | fn poll(self: Pin<&mut Self>, waker: &Waker) -> Poll { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(std::pin::Pin<&mut future::future_obj::FutureObj<'a, T>>, &mut std::task::Context<'_>) -> std::task::Poll` [INFO] [stderr] found type `fn(std::pin::Pin<&mut future::future_obj::FutureObj<'a, T>>, &std::task::Waker) -> std::task::Poll` [INFO] [stderr] [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.13/src/future/mod.rs:86:19 [INFO] [stderr] | [INFO] [stderr] 86 | self.poll(waker) [INFO] [stderr] | ^^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut std::task::Context<'_>` [INFO] [stderr] found type `&std::task::Waker` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.13/src/future/future_obj.rs:118:44 [INFO] [stderr] | [INFO] [stderr] 118 | LocalFutureObj::poll(pinned_field, waker) [INFO] [stderr] | ^^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut std::task::Context<'_>` [INFO] [stderr] found type `&std::task::Waker` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.13/src/future/future_obj.rs:165:20 [INFO] [stderr] | [INFO] [stderr] 165 | F::poll(p, waker) [INFO] [stderr] | ^^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut std::task::Context<'_>` [INFO] [stderr] found type `&std::task::Waker` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.13/src/future/future_obj.rs:182:25 [INFO] [stderr] | [INFO] [stderr] 182 | F::poll(future, waker) [INFO] [stderr] | ^^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut std::task::Context<'_>` [INFO] [stderr] found type `&std::task::Waker` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.13/src/future/future_obj.rs:203:26 [INFO] [stderr] | [INFO] [stderr] 203 | F::poll(pin, waker) [INFO] [stderr] | ^^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut std::task::Context<'_>` [INFO] [stderr] found type `&std::task::Waker` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-core-preview-0.3.0-alpha.13/src/future/future_obj.rs:225:26 [INFO] [stderr] | [INFO] [stderr] 225 | F::poll(pin, waker) [INFO] [stderr] | ^^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut std::task::Context<'_>` [INFO] [stderr] found type `&std::task::Waker` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0053, E0308, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0053`. [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" "7492e9d711967cbd15565bdaa45abc0b77991c87c64f036ff2a3c0994dbb1b10"` [INFO] running `"docker" "rm" "-f" "7492e9d711967cbd15565bdaa45abc0b77991c87c64f036ff2a3c0994dbb1b10"` [INFO] [stdout] 7492e9d711967cbd15565bdaa45abc0b77991c87c64f036ff2a3c0994dbb1b10