Sep 14 07:35:27.057 INFO checking tokio-coap-0.2.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 07:35:27.057 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 07:35:27.057 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 07:35:27.286 INFO blam! 3ceb5efae14c19c59b931cc8d8b42e6d200eb7bc97da761dd23e849ef9655e15 Sep 14 07:35:27.286 INFO running `"docker" "start" "-a" "3ceb5efae14c19c59b931cc8d8b42e6d200eb7bc97da761dd23e849ef9655e15"` Sep 14 07:35:29.087 INFO kablam! usermod: no changes Sep 14 07:35:29.178 INFO kablam! Checking smallvec v0.5.1 Sep 14 07:35:29.597 INFO kablam! Checking tokio-coap v0.2.0 (file:///source) Sep 14 07:35:31.542 INFO kablam! error[E0308]: mismatched types Sep 14 07:35:31.542 INFO kablam! --> benches/message.rs:17:20 Sep 14 07:35:31.542 INFO kablam! | Sep 14 07:35:31.542 INFO kablam! 17 | token: vec![34,65], Sep 14 07:35:31.542 INFO kablam! | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Sep 14 07:35:31.542 INFO kablam! | Sep 14 07:35:31.542 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Sep 14 07:35:31.542 INFO kablam! found type `std::vec::Vec<{integer}>` Sep 14 07:35:31.542 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 14 07:35:31.542 INFO kablam! Sep 14 07:35:31.614 INFO kablam! error[E0308]: mismatched types Sep 14 07:35:31.614 INFO kablam! --> benches/message.rs:18:22 Sep 14 07:35:31.614 INFO kablam! | Sep 14 07:35:31.614 INFO kablam! 18 | options: vec![], Sep 14 07:35:31.614 INFO kablam! | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Sep 14 07:35:31.614 INFO kablam! | Sep 14 07:35:31.614 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Sep 14 07:35:31.614 INFO kablam! found type `std::vec::Vec<_>` Sep 14 07:35:31.614 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 14 07:35:31.614 INFO kablam! Sep 14 07:35:31.682 INFO kablam! error[E0308]: mismatched types Sep 14 07:35:31.682 INFO kablam! --> benches/message.rs:32:20 Sep 14 07:35:31.682 INFO kablam! | Sep 14 07:35:31.682 INFO kablam! 32 | token: vec![], Sep 14 07:35:31.682 INFO kablam! | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Sep 14 07:35:31.682 INFO kablam! | Sep 14 07:35:31.682 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Sep 14 07:35:31.682 INFO kablam! found type `std::vec::Vec<_>` Sep 14 07:35:31.682 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 14 07:35:31.682 INFO kablam! Sep 14 07:35:31.682 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Sep 14 07:35:31.682 INFO kablam! --> benches/message.rs:33:27 Sep 14 07:35:31.682 INFO kablam! | Sep 14 07:35:31.682 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 14 07:35:31.682 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Sep 14 07:35:31.682 INFO kablam! Sep 14 07:35:31.685 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Sep 14 07:35:31.685 INFO kablam! --> benches/message.rs:33:27 Sep 14 07:35:31.685 INFO kablam! | Sep 14 07:35:31.685 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 14 07:35:31.685 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Sep 14 07:35:31.685 INFO kablam! Sep 14 07:35:31.686 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 14 07:35:31.686 INFO kablam! --> benches/message.rs:33:27 Sep 14 07:35:31.686 INFO kablam! | Sep 14 07:35:31.686 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 14 07:35:31.686 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 14 07:35:31.686 INFO kablam! | Sep 14 07:35:31.686 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 14 07:35:31.686 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Sep 14 07:35:31.686 INFO kablam! Sep 14 07:35:31.686 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Sep 14 07:35:31.686 INFO kablam! --> benches/message.rs:34:27 Sep 14 07:35:31.686 INFO kablam! | Sep 14 07:35:31.686 INFO kablam! 34 | Option::UriPath("temp".to_string()), Sep 14 07:35:31.686 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Sep 14 07:35:31.686 INFO kablam! Sep 14 07:35:31.689 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Sep 14 07:35:31.689 INFO kablam! --> benches/message.rs:34:27 Sep 14 07:35:31.689 INFO kablam! | Sep 14 07:35:31.689 INFO kablam! 34 | Option::UriPath("temp".to_string()), Sep 14 07:35:31.689 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Sep 14 07:35:31.689 INFO kablam! Sep 14 07:35:31.689 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 14 07:35:31.689 INFO kablam! --> benches/message.rs:34:27 Sep 14 07:35:31.689 INFO kablam! | Sep 14 07:35:31.689 INFO kablam! 34 | Option::UriPath("temp".to_string()), Sep 14 07:35:31.689 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 14 07:35:31.689 INFO kablam! | Sep 14 07:35:31.689 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 14 07:35:31.689 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Sep 14 07:35:31.689 INFO kablam! Sep 14 07:35:31.689 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Sep 14 07:35:31.689 INFO kablam! --> benches/message.rs:35:27 Sep 14 07:35:31.689 INFO kablam! | Sep 14 07:35:31.689 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 14 07:35:31.689 INFO kablam! | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Sep 14 07:35:31.689 INFO kablam! Sep 14 07:35:31.692 INFO kablam! error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Sep 14 07:35:31.692 INFO kablam! --> benches/message.rs:35:27 Sep 14 07:35:31.692 INFO kablam! | Sep 14 07:35:31.692 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 14 07:35:31.692 INFO kablam! | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Sep 14 07:35:31.692 INFO kablam! Sep 14 07:35:31.692 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 14 07:35:31.692 INFO kablam! --> benches/message.rs:35:27 Sep 14 07:35:31.692 INFO kablam! | Sep 14 07:35:31.692 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 14 07:35:31.692 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 14 07:35:31.692 INFO kablam! | Sep 14 07:35:31.692 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 14 07:35:31.692 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Sep 14 07:35:31.692 INFO kablam! Sep 14 07:35:31.746 INFO kablam! error[E0308]: mismatched types Sep 14 07:35:31.746 INFO kablam! --> benches/message.rs:33:22 Sep 14 07:35:31.746 INFO kablam! | Sep 14 07:35:31.746 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 14 07:35:31.746 INFO kablam! | ______________________^ Sep 14 07:35:31.746 INFO kablam! 34 | | Option::UriPath("temp".to_string()), Sep 14 07:35:31.746 INFO kablam! 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 14 07:35:31.746 INFO kablam! 36 | | .to_string())], Sep 14 07:35:31.746 INFO kablam! | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Sep 14 07:35:31.746 INFO kablam! | Sep 14 07:35:31.746 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Sep 14 07:35:31.746 INFO kablam! found type `std::vec::Vec<_>` Sep 14 07:35:31.746 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 14 07:35:31.746 INFO kablam! Sep 14 07:35:31.754 INFO kablam! error: aborting due to 13 previous errors Sep 14 07:35:31.754 INFO kablam! Sep 14 07:35:31.754 INFO kablam! Some errors occurred: E0038, E0191, E0308, E0599. Sep 14 07:35:31.754 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 14 07:35:31.764 INFO kablam! error: Could not compile `tokio-coap`. Sep 14 07:35:31.764 INFO kablam! Sep 14 07:35:31.764 INFO kablam! To learn more, run the command again with --verbose. Sep 14 07:35:31.765 INFO kablam! su: No module specific data is present Sep 14 07:35:32.494 INFO running `"docker" "rm" "-f" "3ceb5efae14c19c59b931cc8d8b42e6d200eb7bc97da761dd23e849ef9655e15"` Sep 14 07:35:32.549 INFO blam! 3ceb5efae14c19c59b931cc8d8b42e6d200eb7bc97da761dd23e849ef9655e15