Oct 13 18:24:03.185 INFO checking actix-telegram-0.1.0-alpha3 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 18:24:03.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 18:24:03.688 INFO blam! 04e8229d97ac645b5c0233b64b36c4230763e2efe7a56504587c229f5c6d0925 Oct 13 18:24:03.690 INFO running `"docker" "start" "-a" "04e8229d97ac645b5c0233b64b36c4230763e2efe7a56504587c229f5c6d0925"` Oct 13 18:24:05.983 INFO kablam! usermod: no changes Oct 13 18:24:06.406 INFO kablam! Compiling actix-web v0.7.12 Oct 13 18:24:06.418 INFO kablam! Checking cookie v0.11.0 Oct 13 18:24:06.422 INFO kablam! Compiling actix-telegram-derive v0.1.1 Oct 13 18:24:06.426 INFO kablam! Checking rustls v0.14.0 Oct 13 18:24:17.768 INFO kablam! Checking tokio-rustls v0.8.0 Oct 13 18:24:25.887 INFO kablam! Checking actix-net v0.1.1 Oct 13 18:24:43.354 INFO kablam! error[E0432]: unresolved import `tokio_rustls::ClientConfigExt` Oct 13 18:24:43.355 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:40:5 Oct 13 18:24:43.355 INFO kablam! | Oct 13 18:24:43.355 INFO kablam! 40 | tokio_rustls::ClientConfigExt, webpki::DNSNameRef, webpki_roots, Oct 13 18:24:43.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ClientConfigExt` in the root. Did you mean to use `ClientConfig`? Oct 13 18:24:43.356 INFO kablam! Oct 13 18:24:46.616 INFO kablam! error[E0599]: no method named `connect_async` found for type `std::sync::Arc` in the current scope Oct 13 18:24:46.617 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:835:34 Oct 13 18:24:46.617 INFO kablam! | Oct 13 18:24:46.617 INFO kablam! 835 | .connect_async(host, stream) Oct 13 18:24:46.618 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 18:24:46.618 INFO kablam! Oct 13 18:24:46.618 INFO kablam! error[E0277]: the size for values of type `dyn server::IoStream + std::marker::Send` cannot be known at compilation time Oct 13 18:24:46.618 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:848:49 Oct 13 18:24:46.619 INFO kablam! | Oct 13 18:24:46.619 INFO kablam! 848 | Box::new(stream), Oct 13 18:24:46.619 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Oct 13 18:24:46.619 INFO kablam! | Oct 13 18:24:46.620 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn server::IoStream + std::marker::Send` Oct 13 18:24:46.620 INFO kablam! = note: to learn more, visit Oct 13 18:24:46.620 INFO kablam! = note: required by `>::new` Oct 13 18:24:46.621 INFO kablam! Oct 13 18:24:46.621 INFO kablam! error[E0277]: the size for values of type `dyn server::IoStream + std::marker::Send` cannot be known at compilation time Oct 13 18:24:46.625 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:844:44 Oct 13 18:24:46.625 INFO kablam! | Oct 13 18:24:46.625 INFO kablam! 844 | Ok(stream) => { Oct 13 18:24:46.625 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Oct 13 18:24:46.625 INFO kablam! | Oct 13 18:24:46.625 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn server::IoStream + std::marker::Send` Oct 13 18:24:46.625 INFO kablam! = note: to learn more, visit Oct 13 18:24:46.625 INFO kablam! = note: all local variables must have a statically known size Oct 13 18:24:46.625 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 13 18:24:46.625 INFO kablam! Oct 13 18:24:46.625 INFO kablam! error[E0277]: the size for values of type `dyn server::IoStream + std::marker::Send` cannot be known at compilation time Oct 13 18:24:46.625 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:839:41 Oct 13 18:24:46.625 INFO kablam! | Oct 13 18:24:46.625 INFO kablam! 839 | Err(e) => { Oct 13 18:24:46.625 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Oct 13 18:24:46.625 INFO kablam! | Oct 13 18:24:46.625 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn server::IoStream + std::marker::Send` Oct 13 18:24:46.625 INFO kablam! = note: to learn more, visit Oct 13 18:24:46.625 INFO kablam! = note: required by `serde::export::Err` Oct 13 18:24:46.625 INFO kablam! Oct 13 18:24:46.625 INFO kablam! error[E0277]: the size for values of type `dyn server::IoStream + std::marker::Send` cannot be known at compilation time Oct 13 18:24:46.625 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:844:41 Oct 13 18:24:46.626 INFO kablam! | Oct 13 18:24:46.626 INFO kablam! 844 | Ok(stream) => { Oct 13 18:24:46.626 INFO kablam! | ^^^^^^^^^^ doesn't have a size known at compile-time Oct 13 18:24:46.626 INFO kablam! | Oct 13 18:24:46.626 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn server::IoStream + std::marker::Send` Oct 13 18:24:46.626 INFO kablam! = note: to learn more, visit Oct 13 18:24:46.626 INFO kablam! = note: required by `serde::export::Ok` Oct 13 18:24:46.626 INFO kablam! Oct 13 18:24:48.305 INFO kablam! error: aborting due to 6 previous errors Oct 13 18:24:48.306 INFO kablam! Oct 13 18:24:48.307 INFO kablam! Some errors occurred: E0277, E0432, E0599. Oct 13 18:24:48.307 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 13 18:24:48.340 INFO kablam! error: Could not compile `actix-web`. Oct 13 18:24:48.340 INFO kablam! Oct 13 18:24:48.340 INFO kablam! To learn more, run the command again with --verbose. Oct 13 18:24:48.341 INFO kablam! su: No module specific data is present Oct 13 18:24:49.299 INFO running `"docker" "rm" "-f" "04e8229d97ac645b5c0233b64b36c4230763e2efe7a56504587c229f5c6d0925"` Oct 13 18:24:49.629 INFO blam! 04e8229d97ac645b5c0233b64b36c4230763e2efe7a56504587c229f5c6d0925