Sep 01 21:05:53.814 INFO checking tokio-coap-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 21:05:53.814 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 21:05:53.814 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:05:53.997 INFO blam! cc20a2da985f3f0efb2e845a36c810efd9a3e2a71b5c9ba599147dfc73d322d6 Sep 01 21:05:53.998 INFO running `"docker" "start" "-a" "cc20a2da985f3f0efb2e845a36c810efd9a3e2a71b5c9ba599147dfc73d322d6"` Sep 01 21:05:54.681 INFO kablam! Checking tokio-coap v0.2.0 (file:///source) Sep 01 21:05:59.531 INFO kablam! error[E0308]: mismatched types Sep 01 21:05:59.531 INFO kablam! --> benches/message.rs:17:20 Sep 01 21:05:59.531 INFO kablam! | Sep 01 21:05:59.531 INFO kablam! 17 | token: vec![34,65], Sep 01 21:05:59.531 INFO kablam! | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Sep 01 21:05:59.531 INFO kablam! | Sep 01 21:05:59.531 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Sep 01 21:05:59.531 INFO kablam! found type `std::vec::Vec<{integer}>` Sep 01 21:05:59.531 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) Sep 01 21:05:59.531 INFO kablam! Sep 01 21:05:59.658 INFO kablam! error[E0308]: mismatched types Sep 01 21:05:59.658 INFO kablam! --> benches/message.rs:18:22 Sep 01 21:05:59.658 INFO kablam! | Sep 01 21:05:59.658 INFO kablam! 18 | options: vec![], Sep 01 21:05:59.658 INFO kablam! | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Sep 01 21:05:59.658 INFO kablam! | Sep 01 21:05:59.658 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Sep 01 21:05:59.658 INFO kablam! found type `std::vec::Vec<_>` Sep 01 21:05:59.658 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) Sep 01 21:05:59.658 INFO kablam! Sep 01 21:05:59.827 INFO kablam! error[E0308]: mismatched types Sep 01 21:05:59.827 INFO kablam! --> benches/message.rs:32:20 Sep 01 21:05:59.827 INFO kablam! | Sep 01 21:05:59.827 INFO kablam! 32 | token: vec![], Sep 01 21:05:59.827 INFO kablam! | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Sep 01 21:05:59.827 INFO kablam! | Sep 01 21:05:59.827 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Sep 01 21:05:59.827 INFO kablam! found type `std::vec::Vec<_>` Sep 01 21:05:59.827 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) Sep 01 21:05:59.827 INFO kablam! Sep 01 21:05:59.829 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Sep 01 21:05:59.829 INFO kablam! --> benches/message.rs:33:27 Sep 01 21:05:59.829 INFO kablam! | Sep 01 21:05:59.829 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 01 21:05:59.829 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Sep 01 21:05:59.829 INFO kablam! Sep 01 21:05:59.832 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Sep 01 21:05:59.832 INFO kablam! --> benches/message.rs:33:27 Sep 01 21:05:59.832 INFO kablam! | Sep 01 21:05:59.832 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 01 21:05:59.832 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Sep 01 21:05:59.832 INFO kablam! Sep 01 21:05:59.835 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 01 21:05:59.835 INFO kablam! --> benches/message.rs:33:27 Sep 01 21:05:59.835 INFO kablam! | Sep 01 21:05:59.835 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 01 21:05:59.836 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 01 21:05:59.836 INFO kablam! | Sep 01 21:05:59.836 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 01 21:05:59.836 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Sep 01 21:05:59.836 INFO kablam! Sep 01 21:05:59.836 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Sep 01 21:05:59.836 INFO kablam! --> benches/message.rs:34:27 Sep 01 21:05:59.836 INFO kablam! | Sep 01 21:05:59.836 INFO kablam! 34 | Option::UriPath("temp".to_string()), Sep 01 21:05:59.836 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Sep 01 21:05:59.836 INFO kablam! Sep 01 21:05:59.842 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Sep 01 21:05:59.842 INFO kablam! --> benches/message.rs:34:27 Sep 01 21:05:59.842 INFO kablam! | Sep 01 21:05:59.842 INFO kablam! 34 | Option::UriPath("temp".to_string()), Sep 01 21:05:59.842 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Sep 01 21:05:59.842 INFO kablam! Sep 01 21:05:59.843 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 01 21:05:59.843 INFO kablam! --> benches/message.rs:34:27 Sep 01 21:05:59.843 INFO kablam! | Sep 01 21:05:59.843 INFO kablam! 34 | Option::UriPath("temp".to_string()), Sep 01 21:05:59.843 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 01 21:05:59.843 INFO kablam! | Sep 01 21:05:59.843 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 01 21:05:59.843 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Sep 01 21:05:59.843 INFO kablam! Sep 01 21:05:59.843 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Sep 01 21:05:59.844 INFO kablam! --> benches/message.rs:35:27 Sep 01 21:05:59.844 INFO kablam! | Sep 01 21:05:59.844 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 01 21:05:59.844 INFO kablam! | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Sep 01 21:05:59.844 INFO kablam! Sep 01 21:05:59.847 INFO kablam! error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Sep 01 21:05:59.847 INFO kablam! --> benches/message.rs:35:27 Sep 01 21:05:59.847 INFO kablam! | Sep 01 21:05:59.848 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 01 21:05:59.848 INFO kablam! | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Sep 01 21:05:59.848 INFO kablam! Sep 01 21:05:59.848 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 01 21:05:59.848 INFO kablam! --> benches/message.rs:35:27 Sep 01 21:05:59.848 INFO kablam! | Sep 01 21:05:59.848 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 01 21:05:59.848 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 01 21:05:59.848 INFO kablam! | Sep 01 21:05:59.848 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 01 21:05:59.848 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Sep 01 21:05:59.848 INFO kablam! Sep 01 21:05:59.941 INFO kablam! error[E0308]: mismatched types Sep 01 21:05:59.941 INFO kablam! --> benches/message.rs:33:22 Sep 01 21:05:59.941 INFO kablam! | Sep 01 21:05:59.941 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 01 21:05:59.941 INFO kablam! | ______________________^ Sep 01 21:05:59.941 INFO kablam! 34 | | Option::UriPath("temp".to_string()), Sep 01 21:05:59.941 INFO kablam! 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 01 21:05:59.942 INFO kablam! 36 | | .to_string())], Sep 01 21:05:59.942 INFO kablam! | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Sep 01 21:05:59.942 INFO kablam! | Sep 01 21:05:59.942 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Sep 01 21:05:59.942 INFO kablam! found type `std::vec::Vec<_>` Sep 01 21:05:59.942 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) Sep 01 21:05:59.942 INFO kablam! Sep 01 21:05:59.953 INFO kablam! error: aborting due to 13 previous errors Sep 01 21:05:59.953 INFO kablam! Sep 01 21:05:59.953 INFO kablam! Some errors occurred: E0038, E0191, E0308, E0599. Sep 01 21:05:59.953 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 01 21:05:59.969 INFO kablam! error: Could not compile `tokio-coap`. Sep 01 21:05:59.969 INFO kablam! Sep 01 21:05:59.969 INFO kablam! To learn more, run the command again with --verbose. Sep 01 21:05:59.971 INFO kablam! su: No module specific data is present Sep 01 21:06:00.359 INFO running `"docker" "rm" "-f" "cc20a2da985f3f0efb2e845a36c810efd9a3e2a71b5c9ba599147dfc73d322d6"` Sep 01 21:06:00.459 INFO blam! cc20a2da985f3f0efb2e845a36c810efd9a3e2a71b5c9ba599147dfc73d322d6