Aug 30 00:47:29.086 INFO checking tokio-coap-0.2.0 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 30 00:47:29.086 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 30 00:47:29.086 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-2/master#ede55518431154bc761f7b2438cce9078c162700:/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 +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 00:47:29.315 INFO blam! ce4b83fc54be5eb27d7ae1769f5ba1d93fdc08f8420ccd463400f27c1953e50d Aug 30 00:47:29.317 INFO running `"docker" "start" "-a" "ce4b83fc54be5eb27d7ae1769f5ba1d93fdc08f8420ccd463400f27c1953e50d"` Aug 30 00:47:30.262 INFO kablam! Checking tokio-coap v0.2.0 (file:///source) Aug 30 00:47:35.251 INFO kablam! error[E0308]: mismatched types Aug 30 00:47:35.251 INFO kablam! --> benches/message.rs:17:20 Aug 30 00:47:35.251 INFO kablam! | Aug 30 00:47:35.251 INFO kablam! 17 | token: vec![34,65], Aug 30 00:47:35.251 INFO kablam! | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Aug 30 00:47:35.251 INFO kablam! | Aug 30 00:47:35.252 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Aug 30 00:47:35.252 INFO kablam! found type `std::vec::Vec<{integer}>` Aug 30 00:47:35.252 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 30 00:47:35.252 INFO kablam! Aug 30 00:47:35.358 INFO kablam! error[E0308]: mismatched types Aug 30 00:47:35.358 INFO kablam! --> benches/message.rs:18:22 Aug 30 00:47:35.358 INFO kablam! | Aug 30 00:47:35.358 INFO kablam! 18 | options: vec![], Aug 30 00:47:35.358 INFO kablam! | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Aug 30 00:47:35.358 INFO kablam! | Aug 30 00:47:35.358 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Aug 30 00:47:35.358 INFO kablam! found type `std::vec::Vec<_>` Aug 30 00:47:35.358 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 30 00:47:35.358 INFO kablam! Aug 30 00:47:35.455 INFO kablam! error[E0308]: mismatched types Aug 30 00:47:35.455 INFO kablam! --> benches/message.rs:32:20 Aug 30 00:47:35.455 INFO kablam! | Aug 30 00:47:35.455 INFO kablam! 32 | token: vec![], Aug 30 00:47:35.455 INFO kablam! | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Aug 30 00:47:35.455 INFO kablam! | Aug 30 00:47:35.455 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Aug 30 00:47:35.455 INFO kablam! found type `std::vec::Vec<_>` Aug 30 00:47:35.455 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 30 00:47:35.455 INFO kablam! Aug 30 00:47:35.455 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Aug 30 00:47:35.455 INFO kablam! --> benches/message.rs:33:27 Aug 30 00:47:35.455 INFO kablam! | Aug 30 00:47:35.455 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Aug 30 00:47:35.455 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Aug 30 00:47:35.455 INFO kablam! Aug 30 00:47:35.458 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Aug 30 00:47:35.458 INFO kablam! --> benches/message.rs:33:27 Aug 30 00:47:35.458 INFO kablam! | Aug 30 00:47:35.459 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Aug 30 00:47:35.459 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Aug 30 00:47:35.459 INFO kablam! Aug 30 00:47:35.460 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 30 00:47:35.460 INFO kablam! --> benches/message.rs:33:27 Aug 30 00:47:35.461 INFO kablam! | Aug 30 00:47:35.461 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Aug 30 00:47:35.461 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 30 00:47:35.461 INFO kablam! | Aug 30 00:47:35.461 INFO kablam! = note: the trait cannot require that `Self : Sized` Aug 30 00:47:35.461 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Aug 30 00:47:35.461 INFO kablam! Aug 30 00:47:35.461 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Aug 30 00:47:35.461 INFO kablam! --> benches/message.rs:34:27 Aug 30 00:47:35.461 INFO kablam! | Aug 30 00:47:35.461 INFO kablam! 34 | Option::UriPath("temp".to_string()), Aug 30 00:47:35.461 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Aug 30 00:47:35.461 INFO kablam! Aug 30 00:47:35.464 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Aug 30 00:47:35.464 INFO kablam! --> benches/message.rs:34:27 Aug 30 00:47:35.464 INFO kablam! | Aug 30 00:47:35.464 INFO kablam! 34 | Option::UriPath("temp".to_string()), Aug 30 00:47:35.464 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Aug 30 00:47:35.464 INFO kablam! Aug 30 00:47:35.464 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 30 00:47:35.464 INFO kablam! --> benches/message.rs:34:27 Aug 30 00:47:35.464 INFO kablam! | Aug 30 00:47:35.464 INFO kablam! 34 | Option::UriPath("temp".to_string()), Aug 30 00:47:35.464 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 30 00:47:35.464 INFO kablam! | Aug 30 00:47:35.464 INFO kablam! = note: the trait cannot require that `Self : Sized` Aug 30 00:47:35.464 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Aug 30 00:47:35.464 INFO kablam! Aug 30 00:47:35.464 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Aug 30 00:47:35.464 INFO kablam! --> benches/message.rs:35:27 Aug 30 00:47:35.464 INFO kablam! | Aug 30 00:47:35.464 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Aug 30 00:47:35.464 INFO kablam! | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Aug 30 00:47:35.464 INFO kablam! Aug 30 00:47:35.468 INFO kablam! error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Aug 30 00:47:35.468 INFO kablam! --> benches/message.rs:35:27 Aug 30 00:47:35.468 INFO kablam! | Aug 30 00:47:35.468 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Aug 30 00:47:35.468 INFO kablam! | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Aug 30 00:47:35.468 INFO kablam! Aug 30 00:47:35.468 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 30 00:47:35.468 INFO kablam! --> benches/message.rs:35:27 Aug 30 00:47:35.468 INFO kablam! | Aug 30 00:47:35.468 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Aug 30 00:47:35.468 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 30 00:47:35.468 INFO kablam! | Aug 30 00:47:35.468 INFO kablam! = note: the trait cannot require that `Self : Sized` Aug 30 00:47:35.468 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Aug 30 00:47:35.468 INFO kablam! Aug 30 00:47:35.537 INFO kablam! error[E0308]: mismatched types Aug 30 00:47:35.537 INFO kablam! --> benches/message.rs:33:22 Aug 30 00:47:35.537 INFO kablam! | Aug 30 00:47:35.537 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Aug 30 00:47:35.537 INFO kablam! | ______________________^ Aug 30 00:47:35.537 INFO kablam! 34 | | Option::UriPath("temp".to_string()), Aug 30 00:47:35.537 INFO kablam! 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Aug 30 00:47:35.537 INFO kablam! 36 | | .to_string())], Aug 30 00:47:35.537 INFO kablam! | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Aug 30 00:47:35.537 INFO kablam! | Aug 30 00:47:35.537 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Aug 30 00:47:35.537 INFO kablam! found type `std::vec::Vec<_>` Aug 30 00:47:35.537 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 30 00:47:35.537 INFO kablam! Aug 30 00:47:35.546 INFO kablam! error: aborting due to 13 previous errors Aug 30 00:47:35.546 INFO kablam! Aug 30 00:47:35.546 INFO kablam! Some errors occurred: E0038, E0191, E0308, E0599. Aug 30 00:47:35.546 INFO kablam! For more information about an error, try `rustc --explain E0038`. Aug 30 00:47:35.557 INFO kablam! error: Could not compile `tokio-coap`. Aug 30 00:47:35.557 INFO kablam! Aug 30 00:47:35.558 INFO kablam! To learn more, run the command again with --verbose. Aug 30 00:47:35.559 INFO kablam! su: No module specific data is present Aug 30 00:47:36.069 INFO running `"docker" "rm" "-f" "ce4b83fc54be5eb27d7ae1769f5ba1d93fdc08f8420ccd463400f27c1953e50d"` Aug 30 00:47:36.148 INFO blam! ce4b83fc54be5eb27d7ae1769f5ba1d93fdc08f8420ccd463400f27c1953e50d