Sep 10 07:42:27.843 INFO checking tokio-coap-0.2.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 07:42:27.843 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 07:42:27.843 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 07:42:27.969 INFO blam! 41cda79ae0027c4dcd73781ded4657a7c5632a42ab81a3e7dec73e573dd0ad34 Sep 10 07:42:27.970 INFO running `"docker" "start" "-a" "41cda79ae0027c4dcd73781ded4657a7c5632a42ab81a3e7dec73e573dd0ad34"` Sep 10 07:42:29.253 INFO kablam! usermod: no changes Sep 10 07:42:29.386 INFO kablam! Checking smallvec v0.5.1 Sep 10 07:42:30.146 INFO kablam! Checking tokio-coap v0.2.0 (file:///source) Sep 10 07:42:32.015 INFO kablam! error[E0308]: mismatched types Sep 10 07:42:32.015 INFO kablam! --> benches/message.rs:17:20 Sep 10 07:42:32.015 INFO kablam! | Sep 10 07:42:32.015 INFO kablam! 17 | token: vec![34,65], Sep 10 07:42:32.015 INFO kablam! | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Sep 10 07:42:32.015 INFO kablam! | Sep 10 07:42:32.015 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Sep 10 07:42:32.015 INFO kablam! found type `std::vec::Vec<{integer}>` Sep 10 07:42:32.015 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 10 07:42:32.015 INFO kablam! Sep 10 07:42:32.072 INFO kablam! error[E0308]: mismatched types Sep 10 07:42:32.072 INFO kablam! --> benches/message.rs:18:22 Sep 10 07:42:32.072 INFO kablam! | Sep 10 07:42:32.072 INFO kablam! 18 | options: vec![], Sep 10 07:42:32.072 INFO kablam! | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Sep 10 07:42:32.072 INFO kablam! | Sep 10 07:42:32.072 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Sep 10 07:42:32.072 INFO kablam! found type `std::vec::Vec<_>` Sep 10 07:42:32.072 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 10 07:42:32.072 INFO kablam! Sep 10 07:42:32.125 INFO kablam! error[E0308]: mismatched types Sep 10 07:42:32.125 INFO kablam! --> benches/message.rs:32:20 Sep 10 07:42:32.125 INFO kablam! | Sep 10 07:42:32.125 INFO kablam! 32 | token: vec![], Sep 10 07:42:32.125 INFO kablam! | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Sep 10 07:42:32.125 INFO kablam! | Sep 10 07:42:32.125 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Sep 10 07:42:32.125 INFO kablam! found type `std::vec::Vec<_>` Sep 10 07:42:32.125 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 10 07:42:32.125 INFO kablam! Sep 10 07:42:32.125 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Sep 10 07:42:32.125 INFO kablam! --> benches/message.rs:33:27 Sep 10 07:42:32.125 INFO kablam! | Sep 10 07:42:32.125 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 10 07:42:32.125 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Sep 10 07:42:32.125 INFO kablam! Sep 10 07:42:32.128 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Sep 10 07:42:32.128 INFO kablam! --> benches/message.rs:33:27 Sep 10 07:42:32.128 INFO kablam! | Sep 10 07:42:32.128 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 10 07:42:32.128 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Sep 10 07:42:32.128 INFO kablam! Sep 10 07:42:32.130 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 10 07:42:32.130 INFO kablam! --> benches/message.rs:33:27 Sep 10 07:42:32.130 INFO kablam! | Sep 10 07:42:32.130 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 10 07:42:32.130 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 10 07:42:32.130 INFO kablam! | Sep 10 07:42:32.130 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 10 07:42:32.130 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Sep 10 07:42:32.130 INFO kablam! Sep 10 07:42:32.130 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Sep 10 07:42:32.130 INFO kablam! --> benches/message.rs:34:27 Sep 10 07:42:32.130 INFO kablam! | Sep 10 07:42:32.130 INFO kablam! 34 | Option::UriPath("temp".to_string()), Sep 10 07:42:32.130 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Sep 10 07:42:32.130 INFO kablam! Sep 10 07:42:32.132 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Sep 10 07:42:32.132 INFO kablam! --> benches/message.rs:34:27 Sep 10 07:42:32.132 INFO kablam! | Sep 10 07:42:32.132 INFO kablam! 34 | Option::UriPath("temp".to_string()), Sep 10 07:42:32.132 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Sep 10 07:42:32.132 INFO kablam! Sep 10 07:42:32.132 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 10 07:42:32.132 INFO kablam! --> benches/message.rs:34:27 Sep 10 07:42:32.132 INFO kablam! | Sep 10 07:42:32.132 INFO kablam! 34 | Option::UriPath("temp".to_string()), Sep 10 07:42:32.132 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 10 07:42:32.132 INFO kablam! | Sep 10 07:42:32.132 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 10 07:42:32.132 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Sep 10 07:42:32.132 INFO kablam! Sep 10 07:42:32.132 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Sep 10 07:42:32.132 INFO kablam! --> benches/message.rs:35:27 Sep 10 07:42:32.132 INFO kablam! | Sep 10 07:42:32.132 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 10 07:42:32.132 INFO kablam! | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Sep 10 07:42:32.132 INFO kablam! Sep 10 07:42:32.135 INFO kablam! error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Sep 10 07:42:32.135 INFO kablam! --> benches/message.rs:35:27 Sep 10 07:42:32.135 INFO kablam! | Sep 10 07:42:32.135 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 10 07:42:32.135 INFO kablam! | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Sep 10 07:42:32.135 INFO kablam! Sep 10 07:42:32.135 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 10 07:42:32.135 INFO kablam! --> benches/message.rs:35:27 Sep 10 07:42:32.135 INFO kablam! | Sep 10 07:42:32.135 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 10 07:42:32.135 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 10 07:42:32.135 INFO kablam! | Sep 10 07:42:32.135 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 10 07:42:32.135 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Sep 10 07:42:32.135 INFO kablam! Sep 10 07:42:32.204 INFO kablam! error[E0308]: mismatched types Sep 10 07:42:32.204 INFO kablam! --> benches/message.rs:33:22 Sep 10 07:42:32.204 INFO kablam! | Sep 10 07:42:32.204 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 10 07:42:32.204 INFO kablam! | ______________________^ Sep 10 07:42:32.204 INFO kablam! 34 | | Option::UriPath("temp".to_string()), Sep 10 07:42:32.204 INFO kablam! 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 10 07:42:32.204 INFO kablam! 36 | | .to_string())], Sep 10 07:42:32.204 INFO kablam! | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Sep 10 07:42:32.204 INFO kablam! | Sep 10 07:42:32.204 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Sep 10 07:42:32.204 INFO kablam! found type `std::vec::Vec<_>` Sep 10 07:42:32.204 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 10 07:42:32.204 INFO kablam! Sep 10 07:42:32.211 INFO kablam! error: aborting due to 13 previous errors Sep 10 07:42:32.211 INFO kablam! Sep 10 07:42:32.211 INFO kablam! Some errors occurred: E0038, E0191, E0308, E0599. Sep 10 07:42:32.211 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 10 07:42:32.226 INFO kablam! error: Could not compile `tokio-coap`. Sep 10 07:42:32.226 INFO kablam! Sep 10 07:42:32.226 INFO kablam! To learn more, run the command again with --verbose. Sep 10 07:42:32.228 INFO kablam! su: No module specific data is present Sep 10 07:42:33.021 INFO running `"docker" "rm" "-f" "41cda79ae0027c4dcd73781ded4657a7c5632a42ab81a3e7dec73e573dd0ad34"` Sep 10 07:42:33.070 INFO blam! 41cda79ae0027c4dcd73781ded4657a7c5632a42ab81a3e7dec73e573dd0ad34