Aug 31 10:55:41.347 INFO checking tokio-coap-0.2.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Aug 31 10:55:41.347 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Aug 31 10:55:41.347 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 10:55:41.545 INFO blam! 62cd8b157500a75d6bc86c4fd590ac421f060b7291d0a19faccb438a8f7cf670 Aug 31 10:55:41.547 INFO running `"docker" "start" "-a" "62cd8b157500a75d6bc86c4fd590ac421f060b7291d0a19faccb438a8f7cf670"` Aug 31 10:55:42.459 INFO kablam! Checking tokio-coap v0.2.0 (file:///source) Aug 31 10:55:46.905 INFO kablam! error[E0308]: mismatched types Aug 31 10:55:46.905 INFO kablam! --> benches/message.rs:17:20 Aug 31 10:55:46.906 INFO kablam! | Aug 31 10:55:46.906 INFO kablam! 17 | token: vec![34,65], Aug 31 10:55:46.906 INFO kablam! | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Aug 31 10:55:46.906 INFO kablam! | Aug 31 10:55:46.906 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Aug 31 10:55:46.906 INFO kablam! found type `std::vec::Vec<{integer}>` Aug 31 10:55:46.906 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) Aug 31 10:55:46.906 INFO kablam! Aug 31 10:55:46.987 INFO kablam! error[E0308]: mismatched types Aug 31 10:55:46.987 INFO kablam! --> benches/message.rs:18:22 Aug 31 10:55:46.987 INFO kablam! | Aug 31 10:55:46.987 INFO kablam! 18 | options: vec![], Aug 31 10:55:46.987 INFO kablam! | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Aug 31 10:55:46.987 INFO kablam! | Aug 31 10:55:46.987 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Aug 31 10:55:46.987 INFO kablam! found type `std::vec::Vec<_>` Aug 31 10:55:46.987 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) Aug 31 10:55:46.988 INFO kablam! Aug 31 10:55:47.101 INFO kablam! error[E0308]: mismatched types Aug 31 10:55:47.101 INFO kablam! --> benches/message.rs:32:20 Aug 31 10:55:47.101 INFO kablam! | Aug 31 10:55:47.101 INFO kablam! 32 | token: vec![], Aug 31 10:55:47.101 INFO kablam! | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Aug 31 10:55:47.101 INFO kablam! | Aug 31 10:55:47.101 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Aug 31 10:55:47.101 INFO kablam! found type `std::vec::Vec<_>` Aug 31 10:55:47.101 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) Aug 31 10:55:47.101 INFO kablam! Aug 31 10:55:47.101 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Aug 31 10:55:47.101 INFO kablam! --> benches/message.rs:33:27 Aug 31 10:55:47.102 INFO kablam! | Aug 31 10:55:47.102 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Aug 31 10:55:47.102 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Aug 31 10:55:47.102 INFO kablam! Aug 31 10:55:47.105 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Aug 31 10:55:47.105 INFO kablam! --> benches/message.rs:33:27 Aug 31 10:55:47.105 INFO kablam! | Aug 31 10:55:47.105 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Aug 31 10:55:47.105 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Aug 31 10:55:47.105 INFO kablam! Aug 31 10:55:47.107 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 31 10:55:47.107 INFO kablam! --> benches/message.rs:33:27 Aug 31 10:55:47.107 INFO kablam! | Aug 31 10:55:47.107 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Aug 31 10:55:47.107 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 31 10:55:47.107 INFO kablam! | Aug 31 10:55:47.108 INFO kablam! = note: the trait cannot require that `Self : Sized` Aug 31 10:55:47.108 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Aug 31 10:55:47.108 INFO kablam! Aug 31 10:55:47.108 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Aug 31 10:55:47.108 INFO kablam! --> benches/message.rs:34:27 Aug 31 10:55:47.108 INFO kablam! | Aug 31 10:55:47.108 INFO kablam! 34 | Option::UriPath("temp".to_string()), Aug 31 10:55:47.108 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Aug 31 10:55:47.108 INFO kablam! Aug 31 10:55:47.111 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Aug 31 10:55:47.111 INFO kablam! --> benches/message.rs:34:27 Aug 31 10:55:47.111 INFO kablam! | Aug 31 10:55:47.111 INFO kablam! 34 | Option::UriPath("temp".to_string()), Aug 31 10:55:47.111 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Aug 31 10:55:47.111 INFO kablam! Aug 31 10:55:47.111 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 31 10:55:47.111 INFO kablam! --> benches/message.rs:34:27 Aug 31 10:55:47.111 INFO kablam! | Aug 31 10:55:47.111 INFO kablam! 34 | Option::UriPath("temp".to_string()), Aug 31 10:55:47.111 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 31 10:55:47.111 INFO kablam! | Aug 31 10:55:47.111 INFO kablam! = note: the trait cannot require that `Self : Sized` Aug 31 10:55:47.111 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Aug 31 10:55:47.111 INFO kablam! Aug 31 10:55:47.111 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Aug 31 10:55:47.111 INFO kablam! --> benches/message.rs:35:27 Aug 31 10:55:47.111 INFO kablam! | Aug 31 10:55:47.112 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Aug 31 10:55:47.112 INFO kablam! | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Aug 31 10:55:47.112 INFO kablam! Aug 31 10:55:47.115 INFO kablam! error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Aug 31 10:55:47.115 INFO kablam! --> benches/message.rs:35:27 Aug 31 10:55:47.115 INFO kablam! | Aug 31 10:55:47.115 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Aug 31 10:55:47.115 INFO kablam! | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Aug 31 10:55:47.115 INFO kablam! Aug 31 10:55:47.115 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 31 10:55:47.115 INFO kablam! --> benches/message.rs:35:27 Aug 31 10:55:47.115 INFO kablam! | Aug 31 10:55:47.115 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Aug 31 10:55:47.115 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 31 10:55:47.115 INFO kablam! | Aug 31 10:55:47.115 INFO kablam! = note: the trait cannot require that `Self : Sized` Aug 31 10:55:47.115 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Aug 31 10:55:47.115 INFO kablam! Aug 31 10:55:47.178 INFO kablam! error[E0308]: mismatched types Aug 31 10:55:47.178 INFO kablam! --> benches/message.rs:33:22 Aug 31 10:55:47.178 INFO kablam! | Aug 31 10:55:47.179 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Aug 31 10:55:47.179 INFO kablam! | ______________________^ Aug 31 10:55:47.179 INFO kablam! 34 | | Option::UriPath("temp".to_string()), Aug 31 10:55:47.179 INFO kablam! 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Aug 31 10:55:47.179 INFO kablam! 36 | | .to_string())], Aug 31 10:55:47.179 INFO kablam! | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Aug 31 10:55:47.179 INFO kablam! | Aug 31 10:55:47.179 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Aug 31 10:55:47.179 INFO kablam! found type `std::vec::Vec<_>` Aug 31 10:55:47.179 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) Aug 31 10:55:47.179 INFO kablam! Aug 31 10:55:47.188 INFO kablam! error: aborting due to 13 previous errors Aug 31 10:55:47.188 INFO kablam! Aug 31 10:55:47.189 INFO kablam! Some errors occurred: E0038, E0191, E0308, E0599. Aug 31 10:55:47.189 INFO kablam! For more information about an error, try `rustc --explain E0038`. Aug 31 10:55:47.202 INFO kablam! error: Could not compile `tokio-coap`. Aug 31 10:55:47.202 INFO kablam! Aug 31 10:55:47.202 INFO kablam! To learn more, run the command again with --verbose. Aug 31 10:55:47.204 INFO kablam! su: No module specific data is present Aug 31 10:55:47.669 INFO running `"docker" "rm" "-f" "62cd8b157500a75d6bc86c4fd590ac421f060b7291d0a19faccb438a8f7cf670"` Aug 31 10:55:47.779 INFO blam! 62cd8b157500a75d6bc86c4fd590ac421f060b7291d0a19faccb438a8f7cf670