Oct 13 18:24:02.059 INFO checking actix-telegram-0.1.0-alpha3 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 18:24:02.059 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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:02.458 INFO blam! 42bfb3c5d2bea2e94dc6e2acb6303cd018af84a39970b9999c8bbbf4708a86f1 Oct 13 18:24:02.459 INFO running `"docker" "start" "-a" "42bfb3c5d2bea2e94dc6e2acb6303cd018af84a39970b9999c8bbbf4708a86f1"` Oct 13 18:24:04.079 INFO kablam! usermod: no changes Oct 13 18:24:04.592 INFO kablam! Compiling actix-web v0.7.12 Oct 13 18:24:04.600 INFO kablam! Checking tower-service v0.1.0 Oct 13 18:24:04.600 INFO kablam! Compiling actix-telegram-derive v0.1.1 Oct 13 18:24:04.604 INFO kablam! Checking rustls v0.14.0 Oct 13 18:24:04.608 INFO kablam! Checking tokio-signal v0.2.5 Oct 13 18:24:04.609 INFO kablam! Checking trust-dns-proto v0.4.3 Oct 13 18:24:04.609 INFO kablam! Checking trust-dns-proto v0.5.0-alpha.3 Oct 13 18:24:25.984 INFO kablam! Checking tokio-rustls v0.8.0 Oct 13 18:24:29.989 INFO kablam! Checking trust-dns-resolver v0.9.1 Oct 13 18:24:30.961 INFO kablam! Checking trust-dns-resolver v0.10.0-alpha.3 Oct 13 18:24:44.006 INFO kablam! Checking actix v0.7.5 Oct 13 18:24:52.617 INFO kablam! Checking actix-net v0.1.1 Oct 13 18:25:11.401 INFO kablam! error[E0432]: unresolved import `tokio_rustls::ClientConfigExt` Oct 13 18:25:11.401 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:40:5 Oct 13 18:25:11.401 INFO kablam! | Oct 13 18:25:11.401 INFO kablam! 40 | tokio_rustls::ClientConfigExt, webpki::DNSNameRef, webpki_roots, Oct 13 18:25:11.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ClientConfigExt` in the root. Did you mean to use `ClientConfig`? Oct 13 18:25:11.401 INFO kablam! Oct 13 18:25:14.800 INFO kablam! error[E0599]: no method named `connect_async` found for type `std::sync::Arc` in the current scope Oct 13 18:25:14.801 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:835:34 Oct 13 18:25:14.802 INFO kablam! | Oct 13 18:25:14.802 INFO kablam! 835 | .connect_async(host, stream) Oct 13 18:25:14.803 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 18:25:14.804 INFO kablam! Oct 13 18:25:14.806 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:25:14.806 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:848:49 Oct 13 18:25:14.807 INFO kablam! | Oct 13 18:25:14.808 INFO kablam! 848 | Box::new(stream), Oct 13 18:25:14.808 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Oct 13 18:25:14.809 INFO kablam! | Oct 13 18:25:14.809 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn server::IoStream + std::marker::Send` Oct 13 18:25:14.810 INFO kablam! = note: to learn more, visit Oct 13 18:25:14.811 INFO kablam! = note: required by `>::new` Oct 13 18:25:14.811 INFO kablam! Oct 13 18:25:14.812 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:25:14.813 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:844:44 Oct 13 18:25:14.814 INFO kablam! | Oct 13 18:25:14.814 INFO kablam! 844 | Ok(stream) => { Oct 13 18:25:14.815 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Oct 13 18:25:14.815 INFO kablam! | Oct 13 18:25:14.816 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn server::IoStream + std::marker::Send` Oct 13 18:25:14.817 INFO kablam! = note: to learn more, visit Oct 13 18:25:14.817 INFO kablam! = note: all local variables must have a statically known size Oct 13 18:25:14.818 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 13 18:25:14.819 INFO kablam! Oct 13 18:25:14.819 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:25:14.820 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:839:41 Oct 13 18:25:14.821 INFO kablam! | Oct 13 18:25:14.821 INFO kablam! 839 | Err(e) => { Oct 13 18:25:14.822 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Oct 13 18:25:14.822 INFO kablam! | Oct 13 18:25:14.823 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn server::IoStream + std::marker::Send` Oct 13 18:25:14.824 INFO kablam! = note: to learn more, visit Oct 13 18:25:14.825 INFO kablam! = note: required by `serde::export::Err` Oct 13 18:25:14.825 INFO kablam! Oct 13 18:25:14.826 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:25:14.826 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:844:41 Oct 13 18:25:14.827 INFO kablam! | Oct 13 18:25:14.828 INFO kablam! 844 | Ok(stream) => { Oct 13 18:25:14.828 INFO kablam! | ^^^^^^^^^^ doesn't have a size known at compile-time Oct 13 18:25:14.829 INFO kablam! | Oct 13 18:25:14.830 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn server::IoStream + std::marker::Send` Oct 13 18:25:14.830 INFO kablam! = note: to learn more, visit Oct 13 18:25:14.831 INFO kablam! = note: required by `serde::export::Ok` Oct 13 18:25:14.831 INFO kablam! Oct 13 18:25:16.406 INFO kablam! error: aborting due to 6 previous errors Oct 13 18:25:16.406 INFO kablam! Oct 13 18:25:16.407 INFO kablam! Some errors occurred: E0277, E0432, E0599. Oct 13 18:25:16.407 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 13 18:25:16.440 INFO kablam! error: Could not compile `actix-web`. Oct 13 18:25:16.440 INFO kablam! Oct 13 18:25:16.440 INFO kablam! To learn more, run the command again with --verbose. Oct 13 18:25:16.442 INFO kablam! su: No module specific data is present Oct 13 18:25:18.017 INFO running `"docker" "rm" "-f" "42bfb3c5d2bea2e94dc6e2acb6303cd018af84a39970b9999c8bbbf4708a86f1"` Oct 13 18:25:18.344 INFO blam! 42bfb3c5d2bea2e94dc6e2acb6303cd018af84a39970b9999c8bbbf4708a86f1