Sep 21 01:42:30.456 INFO checking tokio-coap-0.2.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 01:42:30.456 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 01:42:30.456 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 01:42:30.775 INFO blam! d6546a5724b20cc5b412143ca42584d6e94a4f2bb9b76b08f3420f7359a0f17c Sep 21 01:42:30.776 INFO running `"docker" "start" "-a" "d6546a5724b20cc5b412143ca42584d6e94a4f2bb9b76b08f3420f7359a0f17c"` Sep 21 01:42:31.801 INFO kablam! usermod: no changes Sep 21 01:42:31.887 INFO kablam! Checking smallvec v0.5.1 Sep 21 01:42:32.308 INFO kablam! Checking tokio-coap v0.2.0 (/source) Sep 21 01:42:34.590 INFO kablam! error[E0308]: mismatched types Sep 21 01:42:34.590 INFO kablam! --> benches/message.rs:17:20 Sep 21 01:42:34.590 INFO kablam! | Sep 21 01:42:34.590 INFO kablam! 17 | token: vec![34,65], Sep 21 01:42:34.590 INFO kablam! | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Sep 21 01:42:34.590 INFO kablam! | Sep 21 01:42:34.590 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Sep 21 01:42:34.590 INFO kablam! found type `std::vec::Vec<{integer}>` Sep 21 01:42:34.592 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 21 01:42:34.592 INFO kablam! Sep 21 01:42:34.664 INFO kablam! error[E0308]: mismatched types Sep 21 01:42:34.664 INFO kablam! --> benches/message.rs:18:22 Sep 21 01:42:34.664 INFO kablam! | Sep 21 01:42:34.664 INFO kablam! 18 | options: vec![], Sep 21 01:42:34.664 INFO kablam! | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Sep 21 01:42:34.664 INFO kablam! | Sep 21 01:42:34.664 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Sep 21 01:42:34.664 INFO kablam! found type `std::vec::Vec<_>` Sep 21 01:42:34.664 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 21 01:42:34.664 INFO kablam! Sep 21 01:42:34.731 INFO kablam! error[E0308]: mismatched types Sep 21 01:42:34.731 INFO kablam! --> benches/message.rs:32:20 Sep 21 01:42:34.731 INFO kablam! | Sep 21 01:42:34.731 INFO kablam! 32 | token: vec![], Sep 21 01:42:34.731 INFO kablam! | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Sep 21 01:42:34.731 INFO kablam! | Sep 21 01:42:34.731 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Sep 21 01:42:34.731 INFO kablam! found type `std::vec::Vec<_>` Sep 21 01:42:34.731 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 21 01:42:34.731 INFO kablam! Sep 21 01:42:34.731 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Sep 21 01:42:34.731 INFO kablam! --> benches/message.rs:33:27 Sep 21 01:42:34.731 INFO kablam! | Sep 21 01:42:34.731 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 21 01:42:34.731 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Sep 21 01:42:34.731 INFO kablam! Sep 21 01:42:34.734 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Sep 21 01:42:34.735 INFO kablam! --> benches/message.rs:33:27 Sep 21 01:42:34.735 INFO kablam! | Sep 21 01:42:34.735 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 21 01:42:34.735 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Sep 21 01:42:34.735 INFO kablam! Sep 21 01:42:34.736 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 21 01:42:34.736 INFO kablam! --> benches/message.rs:33:27 Sep 21 01:42:34.736 INFO kablam! | Sep 21 01:42:34.736 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 21 01:42:34.736 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 21 01:42:34.736 INFO kablam! | Sep 21 01:42:34.736 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 21 01:42:34.736 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Sep 21 01:42:34.736 INFO kablam! Sep 21 01:42:34.736 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Sep 21 01:42:34.736 INFO kablam! --> benches/message.rs:34:27 Sep 21 01:42:34.736 INFO kablam! | Sep 21 01:42:34.736 INFO kablam! 34 | Option::UriPath("temp".to_string()), Sep 21 01:42:34.736 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Sep 21 01:42:34.736 INFO kablam! Sep 21 01:42:34.740 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Sep 21 01:42:34.740 INFO kablam! --> benches/message.rs:34:27 Sep 21 01:42:34.740 INFO kablam! | Sep 21 01:42:34.740 INFO kablam! 34 | Option::UriPath("temp".to_string()), Sep 21 01:42:34.740 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Sep 21 01:42:34.740 INFO kablam! Sep 21 01:42:34.740 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 21 01:42:34.740 INFO kablam! --> benches/message.rs:34:27 Sep 21 01:42:34.740 INFO kablam! | Sep 21 01:42:34.740 INFO kablam! 34 | Option::UriPath("temp".to_string()), Sep 21 01:42:34.740 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 21 01:42:34.740 INFO kablam! | Sep 21 01:42:34.740 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 21 01:42:34.740 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Sep 21 01:42:34.740 INFO kablam! Sep 21 01:42:34.740 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Sep 21 01:42:34.740 INFO kablam! --> benches/message.rs:35:27 Sep 21 01:42:34.740 INFO kablam! | Sep 21 01:42:34.740 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 21 01:42:34.740 INFO kablam! | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Sep 21 01:42:34.740 INFO kablam! Sep 21 01:42:34.744 INFO kablam! error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Sep 21 01:42:34.744 INFO kablam! --> benches/message.rs:35:27 Sep 21 01:42:34.744 INFO kablam! | Sep 21 01:42:34.744 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 21 01:42:34.744 INFO kablam! | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Sep 21 01:42:34.744 INFO kablam! Sep 21 01:42:34.744 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 21 01:42:34.744 INFO kablam! --> benches/message.rs:35:27 Sep 21 01:42:34.744 INFO kablam! | Sep 21 01:42:34.744 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 21 01:42:34.744 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 21 01:42:34.744 INFO kablam! | Sep 21 01:42:34.744 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 21 01:42:34.744 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Sep 21 01:42:34.744 INFO kablam! Sep 21 01:42:34.809 INFO kablam! error[E0308]: mismatched types Sep 21 01:42:34.809 INFO kablam! --> benches/message.rs:33:22 Sep 21 01:42:34.809 INFO kablam! | Sep 21 01:42:34.809 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 21 01:42:34.809 INFO kablam! | ______________________^ Sep 21 01:42:34.809 INFO kablam! 34 | | Option::UriPath("temp".to_string()), Sep 21 01:42:34.809 INFO kablam! 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 21 01:42:34.809 INFO kablam! 36 | | .to_string())], Sep 21 01:42:34.809 INFO kablam! | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Sep 21 01:42:34.809 INFO kablam! | Sep 21 01:42:34.809 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Sep 21 01:42:34.809 INFO kablam! found type `std::vec::Vec<_>` Sep 21 01:42:34.809 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 21 01:42:34.809 INFO kablam! Sep 21 01:42:34.818 INFO kablam! error: aborting due to 13 previous errors Sep 21 01:42:34.818 INFO kablam! Sep 21 01:42:34.818 INFO kablam! Some errors occurred: E0038, E0191, E0308, E0599. Sep 21 01:42:34.818 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 21 01:42:34.830 INFO kablam! error: Could not compile `tokio-coap`. Sep 21 01:42:34.830 INFO kablam! Sep 21 01:42:34.830 INFO kablam! To learn more, run the command again with --verbose. Sep 21 01:42:34.832 INFO kablam! su: No module specific data is present Sep 21 01:42:35.690 INFO running `"docker" "rm" "-f" "d6546a5724b20cc5b412143ca42584d6e94a4f2bb9b76b08f3420f7359a0f17c"` Sep 21 01:42:35.762 INFO blam! d6546a5724b20cc5b412143ca42584d6e94a4f2bb9b76b08f3420f7359a0f17c