Oct 13 07:18:28.763 INFO checking tokio-coap-0.2.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 07:18:28.764 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 07:18:29.114 INFO blam! 66ff00f5f964c4416e07b3c9d28748c11dfd20af14fbb428ff2d6de86e90fafd Oct 13 07:18:29.121 INFO running `"docker" "start" "-a" "66ff00f5f964c4416e07b3c9d28748c11dfd20af14fbb428ff2d6de86e90fafd"` Oct 13 07:18:30.333 INFO kablam! usermod: no changes Oct 13 07:18:30.512 INFO kablam! Checking smallvec v0.5.1 Oct 13 07:18:31.640 INFO kablam! Checking tokio-coap v0.2.0 (/source) Oct 13 07:18:46.797 INFO kablam! error[E0308]: mismatched types Oct 13 07:18:46.797 INFO kablam! --> benches/message.rs:17:20 Oct 13 07:18:46.797 INFO kablam! | Oct 13 07:18:46.798 INFO kablam! 17 | token: vec![34,65], Oct 13 07:18:46.798 INFO kablam! | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Oct 13 07:18:46.798 INFO kablam! | Oct 13 07:18:46.799 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Oct 13 07:18:46.799 INFO kablam! found type `std::vec::Vec<{integer}>` Oct 13 07:18:46.799 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 07:18:46.800 INFO kablam! Oct 13 07:18:46.891 INFO kablam! error[E0308]: mismatched types Oct 13 07:18:46.892 INFO kablam! --> benches/message.rs:18:22 Oct 13 07:18:46.892 INFO kablam! | Oct 13 07:18:46.892 INFO kablam! 18 | options: vec![], Oct 13 07:18:46.893 INFO kablam! | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Oct 13 07:18:46.896 INFO kablam! | Oct 13 07:18:46.897 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Oct 13 07:18:46.897 INFO kablam! found type `std::vec::Vec<_>` Oct 13 07:18:46.897 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 07:18:46.898 INFO kablam! Oct 13 07:18:47.053 INFO kablam! error[E0308]: mismatched types Oct 13 07:18:47.053 INFO kablam! --> benches/message.rs:32:20 Oct 13 07:18:47.053 INFO kablam! | Oct 13 07:18:47.054 INFO kablam! 32 | token: vec![], Oct 13 07:18:47.054 INFO kablam! | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Oct 13 07:18:47.054 INFO kablam! | Oct 13 07:18:47.055 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Oct 13 07:18:47.055 INFO kablam! found type `std::vec::Vec<_>` Oct 13 07:18:47.055 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 07:18:47.056 INFO kablam! Oct 13 07:18:47.056 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Oct 13 07:18:47.056 INFO kablam! --> benches/message.rs:33:27 Oct 13 07:18:47.057 INFO kablam! | Oct 13 07:18:47.057 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 13 07:18:47.057 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Oct 13 07:18:47.057 INFO kablam! Oct 13 07:18:47.065 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Oct 13 07:18:47.065 INFO kablam! --> benches/message.rs:33:27 Oct 13 07:18:47.065 INFO kablam! | Oct 13 07:18:47.066 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 13 07:18:47.066 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Oct 13 07:18:47.066 INFO kablam! Oct 13 07:18:47.067 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 13 07:18:47.067 INFO kablam! --> benches/message.rs:33:27 Oct 13 07:18:47.067 INFO kablam! | Oct 13 07:18:47.068 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 13 07:18:47.068 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 13 07:18:47.068 INFO kablam! | Oct 13 07:18:47.069 INFO kablam! = note: the trait cannot require that `Self : Sized` Oct 13 07:18:47.069 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Oct 13 07:18:47.069 INFO kablam! Oct 13 07:18:47.069 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Oct 13 07:18:47.070 INFO kablam! --> benches/message.rs:34:27 Oct 13 07:18:47.070 INFO kablam! | Oct 13 07:18:47.070 INFO kablam! 34 | Option::UriPath("temp".to_string()), Oct 13 07:18:47.070 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Oct 13 07:18:47.071 INFO kablam! Oct 13 07:18:47.071 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Oct 13 07:18:47.071 INFO kablam! --> benches/message.rs:34:27 Oct 13 07:18:47.072 INFO kablam! | Oct 13 07:18:47.072 INFO kablam! 34 | Option::UriPath("temp".to_string()), Oct 13 07:18:47.072 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Oct 13 07:18:47.072 INFO kablam! Oct 13 07:18:47.073 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 13 07:18:47.073 INFO kablam! --> benches/message.rs:34:27 Oct 13 07:18:47.073 INFO kablam! | Oct 13 07:18:47.074 INFO kablam! 34 | Option::UriPath("temp".to_string()), Oct 13 07:18:47.074 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 13 07:18:47.074 INFO kablam! | Oct 13 07:18:47.074 INFO kablam! = note: the trait cannot require that `Self : Sized` Oct 13 07:18:47.075 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Oct 13 07:18:47.075 INFO kablam! Oct 13 07:18:47.075 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Oct 13 07:18:47.076 INFO kablam! --> benches/message.rs:35:27 Oct 13 07:18:47.076 INFO kablam! | Oct 13 07:18:47.076 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 13 07:18:47.076 INFO kablam! | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Oct 13 07:18:47.077 INFO kablam! Oct 13 07:18:47.077 INFO kablam! error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Oct 13 07:18:47.077 INFO kablam! --> benches/message.rs:35:27 Oct 13 07:18:47.078 INFO kablam! | Oct 13 07:18:47.078 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 13 07:18:47.078 INFO kablam! | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Oct 13 07:18:47.078 INFO kablam! Oct 13 07:18:47.079 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 13 07:18:47.079 INFO kablam! --> benches/message.rs:35:27 Oct 13 07:18:47.079 INFO kablam! | Oct 13 07:18:47.079 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 13 07:18:47.080 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 13 07:18:47.080 INFO kablam! | Oct 13 07:18:47.080 INFO kablam! = note: the trait cannot require that `Self : Sized` Oct 13 07:18:47.081 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Oct 13 07:18:47.081 INFO kablam! Oct 13 07:18:47.141 INFO kablam! error[E0308]: mismatched types Oct 13 07:18:47.141 INFO kablam! --> benches/message.rs:33:22 Oct 13 07:18:47.141 INFO kablam! | Oct 13 07:18:47.141 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 13 07:18:47.141 INFO kablam! | ______________________^ Oct 13 07:18:47.141 INFO kablam! 34 | | Option::UriPath("temp".to_string()), Oct 13 07:18:47.141 INFO kablam! 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 13 07:18:47.141 INFO kablam! 36 | | .to_string())], Oct 13 07:18:47.141 INFO kablam! | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Oct 13 07:18:47.141 INFO kablam! | Oct 13 07:18:47.141 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Oct 13 07:18:47.141 INFO kablam! found type `std::vec::Vec<_>` Oct 13 07:18:47.141 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 13 07:18:47.141 INFO kablam! Oct 13 07:18:47.152 INFO kablam! error: aborting due to 13 previous errors Oct 13 07:18:47.152 INFO kablam! Oct 13 07:18:47.152 INFO kablam! Some errors occurred: E0038, E0191, E0308, E0599. Oct 13 07:18:47.152 INFO kablam! For more information about an error, try `rustc --explain E0038`. Oct 13 07:18:47.156 INFO kablam! error: Could not compile `tokio-coap`. Oct 13 07:18:47.156 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 07:18:47.281 INFO kablam! error: build failed Oct 13 07:18:47.288 INFO kablam! su: No module specific data is present Oct 13 07:18:48.180 INFO running `"docker" "rm" "-f" "66ff00f5f964c4416e07b3c9d28748c11dfd20af14fbb428ff2d6de86e90fafd"` Oct 13 07:18:48.493 INFO blam! 66ff00f5f964c4416e07b3c9d28748c11dfd20af14fbb428ff2d6de86e90fafd