Jul 11 19:18:14.485 INFO checking tokio-coap-0.2.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 19:18:14.485 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 19:18:14.485 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 19:18:14.485 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-1/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 19:18:14.712 INFO blam! 7d399b760bb25ca758e875a537771d963c9f2860f06cb0c401f6f2a01b8d7d61 Jul 11 19:18:14.713 INFO running `"docker" "start" "-a" "7d399b760bb25ca758e875a537771d963c9f2860f06cb0c401f6f2a01b8d7d61"` Jul 11 19:18:15.889 INFO kablam! Checking smallvec v0.5.0 Jul 11 19:18:17.598 INFO kablam! Checking tokio-coap v0.2.0 (file:///source) Jul 11 19:18:23.702 INFO kablam! error[E0308]: mismatched types Jul 11 19:18:23.702 INFO kablam! --> benches/message.rs:17:20 Jul 11 19:18:23.702 INFO kablam! | Jul 11 19:18:23.702 INFO kablam! 17 | token: vec![34,65], Jul 11 19:18:23.702 INFO kablam! | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Jul 11 19:18:23.702 INFO kablam! | Jul 11 19:18:23.702 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Jul 11 19:18:23.702 INFO kablam! found type `std::vec::Vec<{integer}>` Jul 11 19:18:23.702 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) Jul 11 19:18:23.703 INFO kablam! Jul 11 19:18:23.848 INFO kablam! error[E0308]: mismatched types Jul 11 19:18:23.848 INFO kablam! --> benches/message.rs:18:22 Jul 11 19:18:23.848 INFO kablam! | Jul 11 19:18:23.848 INFO kablam! 18 | options: vec![], Jul 11 19:18:23.848 INFO kablam! | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Jul 11 19:18:23.848 INFO kablam! | Jul 11 19:18:23.848 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Jul 11 19:18:23.848 INFO kablam! found type `std::vec::Vec<_>` Jul 11 19:18:23.848 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) Jul 11 19:18:23.848 INFO kablam! Jul 11 19:18:24.089 INFO kablam! error[E0308]: mismatched types Jul 11 19:18:24.089 INFO kablam! --> benches/message.rs:32:20 Jul 11 19:18:24.089 INFO kablam! | Jul 11 19:18:24.089 INFO kablam! 32 | token: vec![], Jul 11 19:18:24.089 INFO kablam! | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Jul 11 19:18:24.089 INFO kablam! | Jul 11 19:18:24.089 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Jul 11 19:18:24.089 INFO kablam! found type `std::vec::Vec<_>` Jul 11 19:18:24.089 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) Jul 11 19:18:24.090 INFO kablam! Jul 11 19:18:24.090 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Jul 11 19:18:24.090 INFO kablam! --> benches/message.rs:33:27 Jul 11 19:18:24.090 INFO kablam! | Jul 11 19:18:24.090 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Jul 11 19:18:24.090 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Jul 11 19:18:24.090 INFO kablam! Jul 11 19:18:24.095 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Jul 11 19:18:24.095 INFO kablam! --> benches/message.rs:33:27 Jul 11 19:18:24.095 INFO kablam! | Jul 11 19:18:24.095 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Jul 11 19:18:24.095 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Jul 11 19:18:24.096 INFO kablam! Jul 11 19:18:24.100 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Jul 11 19:18:24.100 INFO kablam! --> benches/message.rs:33:27 Jul 11 19:18:24.100 INFO kablam! | Jul 11 19:18:24.100 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Jul 11 19:18:24.100 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Jul 11 19:18:24.105 INFO kablam! | Jul 11 19:18:24.105 INFO kablam! = note: the trait cannot require that `Self : Sized` Jul 11 19:18:24.108 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Jul 11 19:18:24.109 INFO kablam! Jul 11 19:18:24.110 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Jul 11 19:18:24.110 INFO kablam! --> benches/message.rs:34:27 Jul 11 19:18:24.110 INFO kablam! | Jul 11 19:18:24.110 INFO kablam! 34 | Option::UriPath("temp".to_string()), Jul 11 19:18:24.110 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Jul 11 19:18:24.110 INFO kablam! Jul 11 19:18:24.119 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Jul 11 19:18:24.119 INFO kablam! --> benches/message.rs:34:27 Jul 11 19:18:24.119 INFO kablam! | Jul 11 19:18:24.119 INFO kablam! 34 | Option::UriPath("temp".to_string()), Jul 11 19:18:24.119 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Jul 11 19:18:24.119 INFO kablam! Jul 11 19:18:24.120 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Jul 11 19:18:24.120 INFO kablam! --> benches/message.rs:34:27 Jul 11 19:18:24.120 INFO kablam! | Jul 11 19:18:24.120 INFO kablam! 34 | Option::UriPath("temp".to_string()), Jul 11 19:18:24.120 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Jul 11 19:18:24.120 INFO kablam! | Jul 11 19:18:24.120 INFO kablam! = note: the trait cannot require that `Self : Sized` Jul 11 19:18:24.120 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Jul 11 19:18:24.120 INFO kablam! Jul 11 19:18:24.120 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Jul 11 19:18:24.120 INFO kablam! --> benches/message.rs:35:27 Jul 11 19:18:24.120 INFO kablam! | Jul 11 19:18:24.120 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Jul 11 19:18:24.120 INFO kablam! | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Jul 11 19:18:24.120 INFO kablam! Jul 11 19:18:24.138 INFO kablam! error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Jul 11 19:18:24.138 INFO kablam! --> benches/message.rs:35:27 Jul 11 19:18:24.138 INFO kablam! | Jul 11 19:18:24.138 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Jul 11 19:18:24.138 INFO kablam! | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Jul 11 19:18:24.138 INFO kablam! Jul 11 19:18:24.138 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Jul 11 19:18:24.138 INFO kablam! --> benches/message.rs:35:27 Jul 11 19:18:24.138 INFO kablam! | Jul 11 19:18:24.138 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Jul 11 19:18:24.138 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Jul 11 19:18:24.138 INFO kablam! | Jul 11 19:18:24.138 INFO kablam! = note: the trait cannot require that `Self : Sized` Jul 11 19:18:24.138 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Jul 11 19:18:24.138 INFO kablam! Jul 11 19:18:24.269 INFO kablam! error[E0308]: mismatched types Jul 11 19:18:24.269 INFO kablam! --> benches/message.rs:33:22 Jul 11 19:18:24.269 INFO kablam! | Jul 11 19:18:24.269 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Jul 11 19:18:24.269 INFO kablam! | ______________________^ Jul 11 19:18:24.269 INFO kablam! 34 | | Option::UriPath("temp".to_string()), Jul 11 19:18:24.269 INFO kablam! 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Jul 11 19:18:24.269 INFO kablam! 36 | | .to_string())], Jul 11 19:18:24.269 INFO kablam! | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Jul 11 19:18:24.269 INFO kablam! | Jul 11 19:18:24.269 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Jul 11 19:18:24.270 INFO kablam! found type `std::vec::Vec<_>` Jul 11 19:18:24.270 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) Jul 11 19:18:24.270 INFO kablam! Jul 11 19:18:24.283 INFO kablam! error: aborting due to 13 previous errors Jul 11 19:18:24.283 INFO kablam! Jul 11 19:18:24.283 INFO kablam! Some errors occurred: E0038, E0191, E0308, E0599. Jul 11 19:18:24.283 INFO kablam! For more information about an error, try `rustc --explain E0038`. Jul 11 19:18:24.308 INFO kablam! error: Could not compile `tokio-coap`. Jul 11 19:18:24.308 INFO kablam! Jul 11 19:18:24.308 INFO kablam! To learn more, run the command again with --verbose. Jul 11 19:18:24.311 INFO kablam! su: No module specific data is present Jul 11 19:18:25.050 INFO running `"docker" "rm" "-f" "7d399b760bb25ca758e875a537771d963c9f2860f06cb0c401f6f2a01b8d7d61"` Jul 11 19:18:25.187 INFO blam! 7d399b760bb25ca758e875a537771d963c9f2860f06cb0c401f6f2a01b8d7d61