Oct 27 14:30:22.616 INFO checking tokio-coap-0.2.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:30:22.618 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 14:30:23.137 INFO blam! 12a78ab3036c94525c4d85a19706e2b54999fbf5033225ac4826b6aab0327771 Oct 27 14:30:23.147 INFO running `"docker" "start" "-a" "12a78ab3036c94525c4d85a19706e2b54999fbf5033225ac4826b6aab0327771"` Oct 27 14:30:24.537 INFO kablam! usermod: no changes Oct 27 14:30:24.759 INFO kablam! Checking tokio-coap v0.2.0 (/source) Oct 27 14:30:39.967 INFO kablam! error[E0308]: mismatched types Oct 27 14:30:39.967 INFO kablam! --> benches/message.rs:17:20 Oct 27 14:30:39.967 INFO kablam! | Oct 27 14:30:39.967 INFO kablam! 17 | token: vec![34,65], Oct 27 14:30:39.967 INFO kablam! | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Oct 27 14:30:39.967 INFO kablam! | Oct 27 14:30:39.967 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Oct 27 14:30:39.967 INFO kablam! found type `std::vec::Vec<{integer}>` Oct 27 14:30:39.967 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 27 14:30:39.967 INFO kablam! Oct 27 14:30:40.051 INFO kablam! error[E0308]: mismatched types Oct 27 14:30:40.051 INFO kablam! --> benches/message.rs:18:22 Oct 27 14:30:40.052 INFO kablam! | Oct 27 14:30:40.052 INFO kablam! 18 | options: vec![], Oct 27 14:30:40.052 INFO kablam! | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Oct 27 14:30:40.053 INFO kablam! | Oct 27 14:30:40.053 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Oct 27 14:30:40.053 INFO kablam! found type `std::vec::Vec<_>` Oct 27 14:30:40.053 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 27 14:30:40.054 INFO kablam! Oct 27 14:30:40.147 INFO kablam! error[E0308]: mismatched types Oct 27 14:30:40.147 INFO kablam! --> benches/message.rs:32:20 Oct 27 14:30:40.148 INFO kablam! | Oct 27 14:30:40.148 INFO kablam! 32 | token: vec![], Oct 27 14:30:40.148 INFO kablam! | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Oct 27 14:30:40.149 INFO kablam! | Oct 27 14:30:40.149 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Oct 27 14:30:40.149 INFO kablam! found type `std::vec::Vec<_>` Oct 27 14:30:40.150 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 27 14:30:40.150 INFO kablam! Oct 27 14:30:40.150 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Oct 27 14:30:40.151 INFO kablam! --> benches/message.rs:33:27 Oct 27 14:30:40.151 INFO kablam! | Oct 27 14:30:40.151 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 27 14:30:40.151 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Oct 27 14:30:40.152 INFO kablam! Oct 27 14:30:40.152 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Oct 27 14:30:40.153 INFO kablam! --> benches/message.rs:33:27 Oct 27 14:30:40.153 INFO kablam! | Oct 27 14:30:40.153 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 27 14:30:40.153 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Oct 27 14:30:40.154 INFO kablam! Oct 27 14:30:40.154 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 27 14:30:40.154 INFO kablam! --> benches/message.rs:33:27 Oct 27 14:30:40.155 INFO kablam! | Oct 27 14:30:40.155 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 27 14:30:40.155 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 27 14:30:40.156 INFO kablam! | Oct 27 14:30:40.156 INFO kablam! = note: the trait cannot require that `Self : Sized` Oct 27 14:30:40.156 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Oct 27 14:30:40.156 INFO kablam! Oct 27 14:30:40.157 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Oct 27 14:30:40.157 INFO kablam! --> benches/message.rs:34:27 Oct 27 14:30:40.157 INFO kablam! | Oct 27 14:30:40.157 INFO kablam! 34 | Option::UriPath("temp".to_string()), Oct 27 14:30:40.158 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Oct 27 14:30:40.158 INFO kablam! Oct 27 14:30:40.158 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Oct 27 14:30:40.159 INFO kablam! --> benches/message.rs:34:27 Oct 27 14:30:40.159 INFO kablam! | Oct 27 14:30:40.159 INFO kablam! 34 | Option::UriPath("temp".to_string()), Oct 27 14:30:40.159 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Oct 27 14:30:40.160 INFO kablam! Oct 27 14:30:40.160 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 27 14:30:40.160 INFO kablam! --> benches/message.rs:34:27 Oct 27 14:30:40.160 INFO kablam! | Oct 27 14:30:40.161 INFO kablam! 34 | Option::UriPath("temp".to_string()), Oct 27 14:30:40.161 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 27 14:30:40.161 INFO kablam! | Oct 27 14:30:40.162 INFO kablam! = note: the trait cannot require that `Self : Sized` Oct 27 14:30:40.162 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Oct 27 14:30:40.162 INFO kablam! Oct 27 14:30:40.162 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Oct 27 14:30:40.163 INFO kablam! --> benches/message.rs:35:27 Oct 27 14:30:40.163 INFO kablam! | Oct 27 14:30:40.166 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 27 14:30:40.166 INFO kablam! | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Oct 27 14:30:40.166 INFO kablam! Oct 27 14:30:40.167 INFO kablam! error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Oct 27 14:30:40.167 INFO kablam! --> benches/message.rs:35:27 Oct 27 14:30:40.167 INFO kablam! | Oct 27 14:30:40.168 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 27 14:30:40.168 INFO kablam! | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Oct 27 14:30:40.168 INFO kablam! Oct 27 14:30:40.168 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 27 14:30:40.169 INFO kablam! --> benches/message.rs:35:27 Oct 27 14:30:40.169 INFO kablam! | Oct 27 14:30:40.169 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 27 14:30:40.169 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 27 14:30:40.170 INFO kablam! | Oct 27 14:30:40.170 INFO kablam! = note: the trait cannot require that `Self : Sized` Oct 27 14:30:40.170 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Oct 27 14:30:40.170 INFO kablam! Oct 27 14:30:40.244 INFO kablam! error[E0308]: mismatched types Oct 27 14:30:40.244 INFO kablam! --> benches/message.rs:33:22 Oct 27 14:30:40.245 INFO kablam! | Oct 27 14:30:40.245 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 27 14:30:40.245 INFO kablam! | ______________________^ Oct 27 14:30:40.246 INFO kablam! 34 | | Option::UriPath("temp".to_string()), Oct 27 14:30:40.246 INFO kablam! 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 27 14:30:40.246 INFO kablam! 36 | | .to_string())], Oct 27 14:30:40.246 INFO kablam! | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Oct 27 14:30:40.247 INFO kablam! | Oct 27 14:30:40.247 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Oct 27 14:30:40.247 INFO kablam! found type `std::vec::Vec<_>` Oct 27 14:30:40.248 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 27 14:30:40.248 INFO kablam! Oct 27 14:30:40.255 INFO kablam! error: aborting due to 13 previous errors Oct 27 14:30:40.255 INFO kablam! Oct 27 14:30:40.255 INFO kablam! Some errors occurred: E0038, E0191, E0308, E0599. Oct 27 14:30:40.255 INFO kablam! For more information about an error, try `rustc --explain E0038`. Oct 27 14:30:40.272 INFO kablam! error: Could not compile `tokio-coap`. Oct 27 14:30:40.273 INFO kablam! Oct 27 14:30:40.273 INFO kablam! To learn more, run the command again with --verbose. Oct 27 14:30:40.274 INFO kablam! su: No module specific data is present Oct 27 14:30:40.892 INFO running `"docker" "rm" "-f" "12a78ab3036c94525c4d85a19706e2b54999fbf5033225ac4826b6aab0327771"` Oct 27 14:30:41.107 INFO blam! 12a78ab3036c94525c4d85a19706e2b54999fbf5033225ac4826b6aab0327771