Oct 12 06:34:28.651 INFO testing actix-telegram-0.1.0-alpha3 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 06:34:28.651 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 12 06:34:29.056 INFO blam! ef7c7c5de3a7fdc77eaf03911f5a6a7bc8c82f1211163e477dd5090f72ecf20e Oct 12 06:34:29.058 INFO running `"docker" "start" "-a" "ef7c7c5de3a7fdc77eaf03911f5a6a7bc8c82f1211163e477dd5090f72ecf20e"` Oct 12 06:34:30.996 INFO kablam! usermod: no changes Oct 12 06:34:31.588 INFO kablam! Compiling actix-web v0.7.12 Oct 12 06:34:31.625 INFO kablam! Compiling h2 v0.1.12 Oct 12 06:34:31.627 INFO kablam! Compiling cookie v0.11.0 Oct 12 06:34:31.661 INFO kablam! Compiling actix-telegram-derive v0.1.1 Oct 12 06:34:31.662 INFO kablam! Compiling rustls v0.14.0 Oct 12 06:34:31.663 INFO kablam! Compiling rustls v0.13.1 Oct 12 06:34:31.663 INFO kablam! Compiling tokio-signal v0.2.5 Oct 12 06:34:31.665 INFO kablam! Compiling trust-dns-proto v0.4.3 Oct 12 06:34:34.899 INFO kablam! Compiling trust-dns-proto v0.5.0-alpha.3 Oct 12 06:35:19.942 INFO kablam! Compiling tokio-rustls v0.8.0 Oct 12 06:35:25.215 INFO kablam! Compiling trust-dns-resolver v0.9.1 Oct 12 06:35:26.412 INFO kablam! Compiling trust-dns-resolver v0.10.0-alpha.3 Oct 12 06:35:43.294 INFO kablam! Compiling actix v0.7.5 Oct 12 06:35:52.297 INFO kablam! Compiling actix-net v0.1.1 Oct 12 06:36:01.600 INFO kablam! error[E0432]: unresolved import `tokio_rustls::ClientConfigExt` Oct 12 06:36:01.600 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:40:5 Oct 12 06:36:01.600 INFO kablam! | Oct 12 06:36:01.600 INFO kablam! 40 | tokio_rustls::ClientConfigExt, webpki::DNSNameRef, webpki_roots, Oct 12 06:36:01.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ClientConfigExt` in the root. Did you mean to use `ClientConfig`? Oct 12 06:36:01.601 INFO kablam! Oct 12 06:36:05.035 INFO kablam! error[E0599]: no method named `connect_async` found for type `std::sync::Arc` in the current scope Oct 12 06:36:05.036 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:835:34 Oct 12 06:36:05.037 INFO kablam! | Oct 12 06:36:05.037 INFO kablam! 835 | .connect_async(host, stream) Oct 12 06:36:05.038 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 06:36:05.038 INFO kablam! Oct 12 06:36:05.040 INFO kablam! error[E0277]: the size for values of type `dyn server::IoStream + std::marker::Send` cannot be known at compilation time Oct 12 06:36:05.041 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:848:49 Oct 12 06:36:05.041 INFO kablam! | Oct 12 06:36:05.042 INFO kablam! 848 | Box::new(stream), Oct 12 06:36:05.043 INFO kablam! | ^^^^^^^^ doesn't have a size known at compile-time Oct 12 06:36:05.043 INFO kablam! | Oct 12 06:36:05.044 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn server::IoStream + std::marker::Send` Oct 12 06:36:05.045 INFO kablam! = note: to learn more, visit Oct 12 06:36:05.045 INFO kablam! = note: required by `>::new` Oct 12 06:36:05.046 INFO kablam! Oct 12 06:36:05.047 INFO kablam! error[E0277]: the size for values of type `dyn server::IoStream + std::marker::Send` cannot be known at compilation time Oct 12 06:36:05.047 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:844:44 Oct 12 06:36:05.048 INFO kablam! | Oct 12 06:36:05.048 INFO kablam! 844 | Ok(stream) => { Oct 12 06:36:05.049 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Oct 12 06:36:05.049 INFO kablam! | Oct 12 06:36:05.050 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn server::IoStream + std::marker::Send` Oct 12 06:36:05.051 INFO kablam! = note: to learn more, visit Oct 12 06:36:05.051 INFO kablam! = note: all local variables must have a statically known size Oct 12 06:36:05.052 INFO kablam! = help: unsized locals are gated as an unstable feature Oct 12 06:36:05.052 INFO kablam! Oct 12 06:36:05.053 INFO kablam! error[E0277]: the size for values of type `dyn server::IoStream + std::marker::Send` cannot be known at compilation time Oct 12 06:36:05.054 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:839:41 Oct 12 06:36:05.054 INFO kablam! | Oct 12 06:36:05.055 INFO kablam! 839 | Err(e) => { Oct 12 06:36:05.056 INFO kablam! | ^^^^^^ doesn't have a size known at compile-time Oct 12 06:36:05.056 INFO kablam! | Oct 12 06:36:05.057 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn server::IoStream + std::marker::Send` Oct 12 06:36:05.057 INFO kablam! = note: to learn more, visit Oct 12 06:36:05.058 INFO kablam! = note: required by `serde::export::Err` Oct 12 06:36:05.058 INFO kablam! Oct 12 06:36:05.059 INFO kablam! error[E0277]: the size for values of type `dyn server::IoStream + std::marker::Send` cannot be known at compilation time Oct 12 06:36:05.060 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/actix-web-0.7.12/src/client/connector.rs:844:41 Oct 12 06:36:05.060 INFO kablam! | Oct 12 06:36:05.061 INFO kablam! 844 | Ok(stream) => { Oct 12 06:36:05.061 INFO kablam! | ^^^^^^^^^^ doesn't have a size known at compile-time Oct 12 06:36:05.062 INFO kablam! | Oct 12 06:36:05.069 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `dyn server::IoStream + std::marker::Send` Oct 12 06:36:05.069 INFO kablam! = note: to learn more, visit Oct 12 06:36:05.069 INFO kablam! = note: required by `serde::export::Ok` Oct 12 06:36:05.069 INFO kablam! Oct 12 06:36:06.696 INFO kablam! error: aborting due to 6 previous errors Oct 12 06:36:06.697 INFO kablam! Oct 12 06:36:06.697 INFO kablam! Some errors occurred: E0277, E0432, E0599. Oct 12 06:36:06.698 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 12 06:36:06.732 INFO kablam! error: Could not compile `actix-web`. Oct 12 06:36:06.733 INFO kablam! Oct 12 06:36:06.734 INFO kablam! To learn more, run the command again with --verbose. Oct 12 06:36:06.736 INFO kablam! su: No module specific data is present Oct 12 06:36:08.529 INFO running `"docker" "rm" "-f" "ef7c7c5de3a7fdc77eaf03911f5a6a7bc8c82f1211163e477dd5090f72ecf20e"` Oct 12 06:36:08.840 INFO blam! ef7c7c5de3a7fdc77eaf03911f5a6a7bc8c82f1211163e477dd5090f72ecf20e