Aug 10 23:48:27.109 INFO checking tokio-coap-0.2.0 against master#f6d43ed84207c7e58f363f46e5a438ff40f2b311 for libc-1 Aug 10 23:48:27.110 INFO running: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 10 23:48:27.110 INFO creating container for: cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets Aug 10 23:48:27.110 INFO running `"docker" "create" "-v" "/tmp/crater.JvLVppWKUUay:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/libc-1/worker-6/master#f6d43ed84207c7e58f363f46e5a438ff40f2b311:/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" "-v" "/home/ec2-user/crater/./work/local/cargo-home/git:/cargo-home/git:rw,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +f6d43ed84207c7e58f363f46e5a438ff40f2b311-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 10 23:48:27.290 INFO blam! ae8c45a0c640a343eb4245c7c31657bf8a27c5bd1d2879e9460a8bc6f6279487 Aug 10 23:48:27.292 INFO running `"docker" "start" "-a" "ae8c45a0c640a343eb4245c7c31657bf8a27c5bd1d2879e9460a8bc6f6279487"` Aug 10 23:48:28.783 INFO kablam! Checking smallvec v0.5.1 Aug 10 23:48:30.209 INFO kablam! Checking tokio-coap v0.2.0 (file:///source) Aug 10 23:48:33.472 INFO kablam! error[E0308]: mismatched types Aug 10 23:48:33.472 INFO kablam! --> benches/message.rs:17:20 Aug 10 23:48:33.472 INFO kablam! | Aug 10 23:48:33.472 INFO kablam! 17 | token: vec![34,65], Aug 10 23:48:33.472 INFO kablam! | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Aug 10 23:48:33.472 INFO kablam! | Aug 10 23:48:33.472 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Aug 10 23:48:33.472 INFO kablam! found type `std::vec::Vec<{integer}>` Aug 10 23:48:33.472 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 10 23:48:33.472 INFO kablam! Aug 10 23:48:33.532 INFO kablam! error[E0308]: mismatched types Aug 10 23:48:33.532 INFO kablam! --> benches/message.rs:18:22 Aug 10 23:48:33.532 INFO kablam! | Aug 10 23:48:33.532 INFO kablam! 18 | options: vec![], Aug 10 23:48:33.532 INFO kablam! | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Aug 10 23:48:33.532 INFO kablam! | Aug 10 23:48:33.532 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Aug 10 23:48:33.532 INFO kablam! found type `std::vec::Vec<_>` Aug 10 23:48:33.532 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 10 23:48:33.532 INFO kablam! Aug 10 23:48:33.645 INFO kablam! error[E0308]: mismatched types Aug 10 23:48:33.645 INFO kablam! --> benches/message.rs:32:20 Aug 10 23:48:33.645 INFO kablam! | Aug 10 23:48:33.645 INFO kablam! 32 | token: vec![], Aug 10 23:48:33.645 INFO kablam! | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Aug 10 23:48:33.645 INFO kablam! | Aug 10 23:48:33.645 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Aug 10 23:48:33.645 INFO kablam! found type `std::vec::Vec<_>` Aug 10 23:48:33.645 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 10 23:48:33.645 INFO kablam! Aug 10 23:48:33.646 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Aug 10 23:48:33.646 INFO kablam! --> benches/message.rs:33:27 Aug 10 23:48:33.646 INFO kablam! | Aug 10 23:48:33.646 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Aug 10 23:48:33.646 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Aug 10 23:48:33.646 INFO kablam! Aug 10 23:48:33.649 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Aug 10 23:48:33.649 INFO kablam! --> benches/message.rs:33:27 Aug 10 23:48:33.649 INFO kablam! | Aug 10 23:48:33.649 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Aug 10 23:48:33.649 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Aug 10 23:48:33.649 INFO kablam! Aug 10 23:48:33.651 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 10 23:48:33.651 INFO kablam! --> benches/message.rs:33:27 Aug 10 23:48:33.651 INFO kablam! | Aug 10 23:48:33.651 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Aug 10 23:48:33.651 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 10 23:48:33.651 INFO kablam! | Aug 10 23:48:33.651 INFO kablam! = note: the trait cannot require that `Self : Sized` Aug 10 23:48:33.651 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Aug 10 23:48:33.651 INFO kablam! Aug 10 23:48:33.651 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Aug 10 23:48:33.651 INFO kablam! --> benches/message.rs:34:27 Aug 10 23:48:33.651 INFO kablam! | Aug 10 23:48:33.651 INFO kablam! 34 | Option::UriPath("temp".to_string()), Aug 10 23:48:33.651 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Aug 10 23:48:33.651 INFO kablam! Aug 10 23:48:33.654 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Aug 10 23:48:33.654 INFO kablam! --> benches/message.rs:34:27 Aug 10 23:48:33.654 INFO kablam! | Aug 10 23:48:33.654 INFO kablam! 34 | Option::UriPath("temp".to_string()), Aug 10 23:48:33.654 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Aug 10 23:48:33.654 INFO kablam! Aug 10 23:48:33.654 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 10 23:48:33.654 INFO kablam! --> benches/message.rs:34:27 Aug 10 23:48:33.654 INFO kablam! | Aug 10 23:48:33.654 INFO kablam! 34 | Option::UriPath("temp".to_string()), Aug 10 23:48:33.654 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 10 23:48:33.654 INFO kablam! | Aug 10 23:48:33.654 INFO kablam! = note: the trait cannot require that `Self : Sized` Aug 10 23:48:33.654 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Aug 10 23:48:33.654 INFO kablam! Aug 10 23:48:33.654 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Aug 10 23:48:33.654 INFO kablam! --> benches/message.rs:35:27 Aug 10 23:48:33.654 INFO kablam! | Aug 10 23:48:33.654 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Aug 10 23:48:33.654 INFO kablam! | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Aug 10 23:48:33.655 INFO kablam! Aug 10 23:48:33.658 INFO kablam! error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Aug 10 23:48:33.658 INFO kablam! --> benches/message.rs:35:27 Aug 10 23:48:33.658 INFO kablam! | Aug 10 23:48:33.658 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Aug 10 23:48:33.658 INFO kablam! | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Aug 10 23:48:33.658 INFO kablam! Aug 10 23:48:33.658 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 10 23:48:33.658 INFO kablam! --> benches/message.rs:35:27 Aug 10 23:48:33.658 INFO kablam! | Aug 10 23:48:33.659 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Aug 10 23:48:33.659 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Aug 10 23:48:33.659 INFO kablam! | Aug 10 23:48:33.659 INFO kablam! = note: the trait cannot require that `Self : Sized` Aug 10 23:48:33.659 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Aug 10 23:48:33.659 INFO kablam! Aug 10 23:48:33.722 INFO kablam! error[E0308]: mismatched types Aug 10 23:48:33.722 INFO kablam! --> benches/message.rs:33:22 Aug 10 23:48:33.722 INFO kablam! | Aug 10 23:48:33.722 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Aug 10 23:48:33.722 INFO kablam! | ______________________^ Aug 10 23:48:33.722 INFO kablam! 34 | | Option::UriPath("temp".to_string()), Aug 10 23:48:33.722 INFO kablam! 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Aug 10 23:48:33.722 INFO kablam! 36 | | .to_string())], Aug 10 23:48:33.722 INFO kablam! | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Aug 10 23:48:33.722 INFO kablam! | Aug 10 23:48:33.722 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Aug 10 23:48:33.722 INFO kablam! found type `std::vec::Vec<_>` Aug 10 23:48:33.722 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 10 23:48:33.722 INFO kablam! Aug 10 23:48:33.729 INFO kablam! error: aborting due to 13 previous errors Aug 10 23:48:33.729 INFO kablam! Aug 10 23:48:33.729 INFO kablam! Some errors occurred: E0038, E0191, E0308, E0599. Aug 10 23:48:33.729 INFO kablam! For more information about an error, try `rustc --explain E0038`. Aug 10 23:48:33.739 INFO kablam! error: Could not compile `tokio-coap`. Aug 10 23:48:33.740 INFO kablam! Aug 10 23:48:33.740 INFO kablam! To learn more, run the command again with --verbose. Aug 10 23:48:33.741 INFO kablam! su: No module specific data is present Aug 10 23:48:34.354 INFO running `"docker" "rm" "-f" "ae8c45a0c640a343eb4245c7c31657bf8a27c5bd1d2879e9460a8bc6f6279487"` Aug 10 23:48:34.467 INFO blam! ae8c45a0c640a343eb4245c7c31657bf8a27c5bd1d2879e9460a8bc6f6279487