Dec 05 05:24:05.773 INFO checking tokio-coap-0.2.0 against try#1df97983eb2057dc6a8f7eb364e263b51ae23230 for pr-56481 Dec 05 05:24:05.773 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-0/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56481/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/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 +1df97983eb2057dc6a8f7eb364e263b51ae23230-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"` Dec 05 05:24:06.071 INFO [stdout] b0c024ce598060709fcb4c7ed158b938df3bdd4a6dfe35a934881e667ed4d1ff Dec 05 05:24:06.076 INFO running `"docker" "start" "-a" "b0c024ce598060709fcb4c7ed158b938df3bdd4a6dfe35a934881e667ed4d1ff"` Dec 05 05:24:06.676 INFO [stderr] usermod: no changes Dec 05 05:24:06.827 INFO [stderr] Checking smallvec v0.5.1 Dec 05 05:24:07.627 INFO [stderr] Checking tokio-coap v0.2.0 (/source) Dec 05 05:24:16.883 INFO [stderr] error[E0308]: mismatched types Dec 05 05:24:16.883 INFO [stderr] --> benches/message.rs:17:20 Dec 05 05:24:16.883 INFO [stderr] | Dec 05 05:24:16.883 INFO [stderr] 17 | token: vec![34,65], Dec 05 05:24:16.883 INFO [stderr] | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Dec 05 05:24:16.883 INFO [stderr] | Dec 05 05:24:16.883 INFO [stderr] = note: expected type `smallvec::SmallVec<[u8; 8]>` Dec 05 05:24:16.883 INFO [stderr] found type `std::vec::Vec<{integer}>` Dec 05 05:24:16.883 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 05:24:16.883 INFO [stderr] Dec 05 05:24:16.976 INFO [stderr] error[E0308]: mismatched types Dec 05 05:24:16.976 INFO [stderr] --> benches/message.rs:18:22 Dec 05 05:24:16.976 INFO [stderr] | Dec 05 05:24:16.976 INFO [stderr] 18 | options: vec![], Dec 05 05:24:16.976 INFO [stderr] | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Dec 05 05:24:16.976 INFO [stderr] | Dec 05 05:24:16.976 INFO [stderr] = note: expected type `tokio_coap::message::option::Options` Dec 05 05:24:16.976 INFO [stderr] found type `std::vec::Vec<_>` Dec 05 05:24:16.976 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 05:24:16.976 INFO [stderr] Dec 05 05:24:17.103 INFO [stderr] error[E0308]: mismatched types Dec 05 05:24:17.103 INFO [stderr] --> benches/message.rs:32:20 Dec 05 05:24:17.103 INFO [stderr] | Dec 05 05:24:17.103 INFO [stderr] 32 | token: vec![], Dec 05 05:24:17.103 INFO [stderr] | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Dec 05 05:24:17.103 INFO [stderr] | Dec 05 05:24:17.103 INFO [stderr] = note: expected type `smallvec::SmallVec<[u8; 8]>` Dec 05 05:24:17.103 INFO [stderr] found type `std::vec::Vec<_>` Dec 05 05:24:17.103 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 05:24:17.103 INFO [stderr] Dec 05 05:24:17.111 INFO [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Dec 05 05:24:17.111 INFO [stderr] --> benches/message.rs:33:27 Dec 05 05:24:17.111 INFO [stderr] | Dec 05 05:24:17.115 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Dec 05 05:24:17.115 INFO [stderr] | ^^^^^^^^^^^^^^^ associated type `Format` must be specified Dec 05 05:24:17.115 INFO [stderr] Dec 05 05:24:17.124 INFO [stderr] error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Dec 05 05:24:17.124 INFO [stderr] --> benches/message.rs:33:27 Dec 05 05:24:17.124 INFO [stderr] | Dec 05 05:24:17.124 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Dec 05 05:24:17.124 INFO [stderr] | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Dec 05 05:24:17.126 INFO [stderr] Dec 05 05:24:17.126 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 05 05:24:17.126 INFO [stderr] --> benches/message.rs:33:27 Dec 05 05:24:17.127 INFO [stderr] | Dec 05 05:24:17.127 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Dec 05 05:24:17.127 INFO [stderr] | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 05 05:24:17.127 INFO [stderr] | Dec 05 05:24:17.127 INFO [stderr] = note: the trait cannot require that `Self : Sized` Dec 05 05:24:17.127 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Dec 05 05:24:17.127 INFO [stderr] Dec 05 05:24:17.131 INFO [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Dec 05 05:24:17.131 INFO [stderr] --> benches/message.rs:34:27 Dec 05 05:24:17.131 INFO [stderr] | Dec 05 05:24:17.131 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Dec 05 05:24:17.131 INFO [stderr] | ^^^^^^^^^^^^^^^ associated type `Format` must be specified Dec 05 05:24:17.131 INFO [stderr] Dec 05 05:24:17.135 INFO [stderr] error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Dec 05 05:24:17.136 INFO [stderr] --> benches/message.rs:34:27 Dec 05 05:24:17.136 INFO [stderr] | Dec 05 05:24:17.136 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Dec 05 05:24:17.136 INFO [stderr] | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Dec 05 05:24:17.136 INFO [stderr] Dec 05 05:24:17.137 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 05 05:24:17.137 INFO [stderr] --> benches/message.rs:34:27 Dec 05 05:24:17.137 INFO [stderr] | Dec 05 05:24:17.137 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Dec 05 05:24:17.137 INFO [stderr] | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 05 05:24:17.137 INFO [stderr] | Dec 05 05:24:17.137 INFO [stderr] = note: the trait cannot require that `Self : Sized` Dec 05 05:24:17.137 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Dec 05 05:24:17.137 INFO [stderr] Dec 05 05:24:17.141 INFO [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Dec 05 05:24:17.141 INFO [stderr] --> benches/message.rs:35:27 Dec 05 05:24:17.141 INFO [stderr] | Dec 05 05:24:17.141 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Dec 05 05:24:17.141 INFO [stderr] | ^^^^^^^^^^^^^^^^ associated type `Format` must be specified Dec 05 05:24:17.141 INFO [stderr] Dec 05 05:24:17.151 INFO [stderr] error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Dec 05 05:24:17.151 INFO [stderr] --> benches/message.rs:35:27 Dec 05 05:24:17.151 INFO [stderr] | Dec 05 05:24:17.152 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Dec 05 05:24:17.152 INFO [stderr] | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Dec 05 05:24:17.152 INFO [stderr] Dec 05 05:24:17.155 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 05 05:24:17.155 INFO [stderr] --> benches/message.rs:35:27 Dec 05 05:24:17.155 INFO [stderr] | Dec 05 05:24:17.155 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Dec 05 05:24:17.155 INFO [stderr] | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 05 05:24:17.155 INFO [stderr] | Dec 05 05:24:17.155 INFO [stderr] = note: the trait cannot require that `Self : Sized` Dec 05 05:24:17.155 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Dec 05 05:24:17.155 INFO [stderr] Dec 05 05:24:17.325 INFO [stderr] error[E0308]: mismatched types Dec 05 05:24:17.325 INFO [stderr] --> benches/message.rs:33:22 Dec 05 05:24:17.325 INFO [stderr] | Dec 05 05:24:17.325 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Dec 05 05:24:17.325 INFO [stderr] | ______________________^ Dec 05 05:24:17.325 INFO [stderr] 34 | | Option::UriPath("temp".to_string()), Dec 05 05:24:17.325 INFO [stderr] 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Dec 05 05:24:17.325 INFO [stderr] 36 | | .to_string())], Dec 05 05:24:17.325 INFO [stderr] | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Dec 05 05:24:17.325 INFO [stderr] | Dec 05 05:24:17.325 INFO [stderr] = note: expected type `tokio_coap::message::option::Options` Dec 05 05:24:17.326 INFO [stderr] found type `std::vec::Vec<_>` Dec 05 05:24:17.326 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 05 05:24:17.326 INFO [stderr] Dec 05 05:24:17.333 INFO [stderr] error: aborting due to 13 previous errors Dec 05 05:24:17.333 INFO [stderr] Dec 05 05:24:17.333 INFO [stderr] Some errors occurred: E0038, E0191, E0308, E0599. Dec 05 05:24:17.333 INFO [stderr] For more information about an error, try `rustc --explain E0038`. Dec 05 05:24:17.343 INFO [stderr] error: Could not compile `tokio-coap`. Dec 05 05:24:17.343 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 05 05:24:17.385 INFO [stderr] error: build failed Dec 05 05:24:17.387 INFO [stderr] su: No module specific data is present Dec 05 05:24:17.641 INFO running `"docker" "inspect" "b0c024ce598060709fcb4c7ed158b938df3bdd4a6dfe35a934881e667ed4d1ff"` Dec 05 05:24:17.752 INFO running `"docker" "rm" "-f" "b0c024ce598060709fcb4c7ed158b938df3bdd4a6dfe35a934881e667ed4d1ff"` Dec 05 05:24:17.999 INFO [stdout] b0c024ce598060709fcb4c7ed158b938df3bdd4a6dfe35a934881e667ed4d1ff