[INFO] crate rage 0.0.19 is already in cache [INFO] extracting crate rage 0.0.19 into work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/rage/0.0.19 [INFO] extracting crate rage 0.0.19 into work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/rage/0.0.19 [INFO] validating manifest of rage-0.0.19 on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rage-0.0.19 on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rage-0.0.19 [INFO] finished frobbing rage-0.0.19 [INFO] frobbed toml for rage-0.0.19 written to work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/rage/0.0.19/Cargo.toml [INFO] started frobbing rage-0.0.19 [INFO] finished frobbing rage-0.0.19 [INFO] frobbed toml for rage-0.0.19 written to work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/rage/0.0.19/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking rage-0.0.19 against master#e305df1846a6d985315917ae0c81b74af8b4e641 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-1/master#e305df1846a6d985315917ae0c81b74af8b4e641:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/rage/0.0.19:/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=forbid" "-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" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 749e90bcfe2ecc672bab182bd46e00a545ee12e36a9c2efa1ff451662e5bf945 [INFO] running `"docker" "start" "-a" "749e90bcfe2ecc672bab182bd46e00a545ee12e36a9c2efa1ff451662e5bf945"` [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.14 [INFO] [stderr] Compiling stdweb v0.4.16 [INFO] [stderr] Compiling proc-macro-hack v0.5.5 [INFO] [stderr] Compiling strum_macros v0.11.0 [INFO] [stderr] Compiling stdweb-derive v0.5.1 [INFO] [stderr] Compiling stdweb-internal-macros v0.2.7 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.14 [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.14 [INFO] [stderr] Checking futures-sink-preview v0.3.0-alpha.14 [INFO] [stderr] Compiling futures-select-macro-preview v0.3.0-alpha.14 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.14 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.14 [INFO] [stderr] error[E0053]: method `poll` has an incompatible type for trait [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.16/src/webcore/promise_future.rs:192:5 [INFO] [stderr] | [INFO] [stderr] 192 | fn poll( mut self: Pin< &mut Self >, waker: &Waker ) -> Poll< Self::Output > { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(std::pin::Pin<&mut webcore::promise_future::PromiseFuture>, &mut std::task::Context<'_>) -> futures_core::Poll>` [INFO] [stderr] found type `fn(std::pin::Pin<&mut webcore::promise_future::PromiseFuture>, &std::task::Waker) -> futures_core::Poll>` [INFO] [stderr] [INFO] [stderr] error[E0186]: method `wake` has a `self: std::sync::Arc` declaration in the trait, but not in the impl [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.16/src/webcore/executor.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | fn wake( arc_self: &Arc< Self > ) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `self: std::sync::Arc` in impl [INFO] [stderr] | [INFO] [stderr] = note: `wake` from trait: `fn(std::sync::Arc)` [INFO] [stderr] [INFO] [stderr] error[E0046]: not all trait items implemented, missing: `wake_by_ref` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.16/src/webcore/executor.rs:98:1 [INFO] [stderr] | [INFO] [stderr] 98 | impl ArcWake for Task { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ missing `wake_by_ref` in implementation [INFO] [stderr] | [INFO] [stderr] = note: `wake_by_ref` from trait: `fn(&std::sync::Arc)` [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/stdweb-0.4.16/src/webapi/timer_future.rs:68:5 [INFO] [stderr] | [INFO] [stderr] 68 | fn poll( mut self: Pin< &mut Self >, waker: &Waker ) -> Poll< Self::Output > { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(std::pin::Pin<&mut webapi::timer_future::Wait>, &mut std::task::Context<'_>) -> futures_core::Poll<()>` [INFO] [stderr] found type `fn(std::pin::Pin<&mut webapi::timer_future::Wait>, &std::task::Waker) -> futures_core::Poll<()>` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `poll_next` has an incompatible type for trait [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.16/src/webapi/timer_future.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | fn poll_next( self: Pin< &mut Self >, waker: &Waker ) -> Poll< Option< Self::Item > > { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ types differ in mutability [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(std::pin::Pin<&mut webapi::timer_future::IntervalBuffered>, &mut std::task::Context<'_>) -> futures_core::Poll>` [INFO] [stderr] found type `fn(std::pin::Pin<&mut webapi::timer_future::IntervalBuffered>, &std::task::Waker) -> futures_core::Poll>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/stdweb-0.4.16/src/webcore/promise_future.rs:194:33 [INFO] [stderr] | [INFO] [stderr] 194 | self.future.poll_unpin( waker ).map( |x| x.unwrap() ) [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/stdweb-0.4.16/src/webcore/executor.rs:77:48 [INFO] [stderr] | [INFO] [stderr] 77 | Pin::new( &mut lock.future ).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/stdweb-0.4.16/src/webapi/timer_future.rs:70:35 [INFO] [stderr] | [INFO] [stderr] 70 | self.receiver.poll_unpin( waker ).map( |x| x.unwrap() ) [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 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0046, E0053, E0186, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0046`. [INFO] [stderr] error: Could not compile `stdweb`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "749e90bcfe2ecc672bab182bd46e00a545ee12e36a9c2efa1ff451662e5bf945"` [INFO] running `"docker" "rm" "-f" "749e90bcfe2ecc672bab182bd46e00a545ee12e36a9c2efa1ff451662e5bf945"` [INFO] [stdout] 749e90bcfe2ecc672bab182bd46e00a545ee12e36a9c2efa1ff451662e5bf945