Sep 04 03:44:33.901 INFO checking tokio-coap-0.2.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 03:44:33.901 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 03:44:33.901 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 03:44:34.131 INFO blam! 402c7b34745f2c7c9a5f3f9f423ea10028f063a42c8bf99ed7dd8896b3b9304b Sep 04 03:44:34.134 INFO running `"docker" "start" "-a" "402c7b34745f2c7c9a5f3f9f423ea10028f063a42c8bf99ed7dd8896b3b9304b"` Sep 04 03:44:34.875 INFO kablam! Checking smallvec v0.5.1 Sep 04 03:44:35.801 INFO kablam! Checking tokio-coap v0.2.0 (file:///source) Sep 04 03:44:40.276 INFO kablam! error[E0308]: mismatched types Sep 04 03:44:40.276 INFO kablam! --> benches/message.rs:17:20 Sep 04 03:44:40.276 INFO kablam! | Sep 04 03:44:40.276 INFO kablam! 17 | token: vec![34,65], Sep 04 03:44:40.276 INFO kablam! | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Sep 04 03:44:40.276 INFO kablam! | Sep 04 03:44:40.276 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Sep 04 03:44:40.276 INFO kablam! found type `std::vec::Vec<{integer}>` Sep 04 03:44:40.276 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 04 03:44:40.276 INFO kablam! Sep 04 03:44:40.347 INFO kablam! error[E0308]: mismatched types Sep 04 03:44:40.348 INFO kablam! --> benches/message.rs:18:22 Sep 04 03:44:40.348 INFO kablam! | Sep 04 03:44:40.348 INFO kablam! 18 | options: vec![], Sep 04 03:44:40.348 INFO kablam! | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Sep 04 03:44:40.348 INFO kablam! | Sep 04 03:44:40.348 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Sep 04 03:44:40.348 INFO kablam! found type `std::vec::Vec<_>` Sep 04 03:44:40.348 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 04 03:44:40.348 INFO kablam! Sep 04 03:44:40.437 INFO kablam! error[E0308]: mismatched types Sep 04 03:44:40.437 INFO kablam! --> benches/message.rs:32:20 Sep 04 03:44:40.437 INFO kablam! | Sep 04 03:44:40.437 INFO kablam! 32 | token: vec![], Sep 04 03:44:40.437 INFO kablam! | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Sep 04 03:44:40.437 INFO kablam! | Sep 04 03:44:40.437 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Sep 04 03:44:40.437 INFO kablam! found type `std::vec::Vec<_>` Sep 04 03:44:40.437 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 04 03:44:40.437 INFO kablam! Sep 04 03:44:40.438 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Sep 04 03:44:40.438 INFO kablam! --> benches/message.rs:33:27 Sep 04 03:44:40.438 INFO kablam! | Sep 04 03:44:40.438 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 04 03:44:40.438 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Sep 04 03:44:40.439 INFO kablam! Sep 04 03:44:40.441 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Sep 04 03:44:40.441 INFO kablam! --> benches/message.rs:33:27 Sep 04 03:44:40.441 INFO kablam! | Sep 04 03:44:40.441 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 04 03:44:40.441 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Sep 04 03:44:40.441 INFO kablam! Sep 04 03:44:40.442 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 04 03:44:40.442 INFO kablam! --> benches/message.rs:33:27 Sep 04 03:44:40.442 INFO kablam! | Sep 04 03:44:40.443 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 04 03:44:40.443 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 04 03:44:40.443 INFO kablam! | Sep 04 03:44:40.443 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 04 03:44:40.443 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Sep 04 03:44:40.443 INFO kablam! Sep 04 03:44:40.443 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Sep 04 03:44:40.443 INFO kablam! --> benches/message.rs:34:27 Sep 04 03:44:40.443 INFO kablam! | Sep 04 03:44:40.443 INFO kablam! 34 | Option::UriPath("temp".to_string()), Sep 04 03:44:40.443 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Sep 04 03:44:40.443 INFO kablam! Sep 04 03:44:40.446 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Sep 04 03:44:40.446 INFO kablam! --> benches/message.rs:34:27 Sep 04 03:44:40.446 INFO kablam! | Sep 04 03:44:40.446 INFO kablam! 34 | Option::UriPath("temp".to_string()), Sep 04 03:44:40.446 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Sep 04 03:44:40.446 INFO kablam! Sep 04 03:44:40.446 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 04 03:44:40.446 INFO kablam! --> benches/message.rs:34:27 Sep 04 03:44:40.446 INFO kablam! | Sep 04 03:44:40.446 INFO kablam! 34 | Option::UriPath("temp".to_string()), Sep 04 03:44:40.446 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 04 03:44:40.446 INFO kablam! | Sep 04 03:44:40.446 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 04 03:44:40.446 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Sep 04 03:44:40.446 INFO kablam! Sep 04 03:44:40.446 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Sep 04 03:44:40.446 INFO kablam! --> benches/message.rs:35:27 Sep 04 03:44:40.446 INFO kablam! | Sep 04 03:44:40.446 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 04 03:44:40.446 INFO kablam! | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Sep 04 03:44:40.446 INFO kablam! Sep 04 03:44:40.449 INFO kablam! error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Sep 04 03:44:40.449 INFO kablam! --> benches/message.rs:35:27 Sep 04 03:44:40.449 INFO kablam! | Sep 04 03:44:40.449 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 04 03:44:40.450 INFO kablam! | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Sep 04 03:44:40.450 INFO kablam! Sep 04 03:44:40.450 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 04 03:44:40.450 INFO kablam! --> benches/message.rs:35:27 Sep 04 03:44:40.450 INFO kablam! | Sep 04 03:44:40.450 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 04 03:44:40.450 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Sep 04 03:44:40.450 INFO kablam! | Sep 04 03:44:40.450 INFO kablam! = note: the trait cannot require that `Self : Sized` Sep 04 03:44:40.450 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Sep 04 03:44:40.450 INFO kablam! Sep 04 03:44:40.539 INFO kablam! error[E0308]: mismatched types Sep 04 03:44:40.539 INFO kablam! --> benches/message.rs:33:22 Sep 04 03:44:40.539 INFO kablam! | Sep 04 03:44:40.539 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Sep 04 03:44:40.539 INFO kablam! | ______________________^ Sep 04 03:44:40.539 INFO kablam! 34 | | Option::UriPath("temp".to_string()), Sep 04 03:44:40.539 INFO kablam! 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Sep 04 03:44:40.539 INFO kablam! 36 | | .to_string())], Sep 04 03:44:40.539 INFO kablam! | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Sep 04 03:44:40.539 INFO kablam! | Sep 04 03:44:40.539 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Sep 04 03:44:40.539 INFO kablam! found type `std::vec::Vec<_>` Sep 04 03:44:40.539 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 04 03:44:40.539 INFO kablam! Sep 04 03:44:40.548 INFO kablam! error: aborting due to 13 previous errors Sep 04 03:44:40.548 INFO kablam! Sep 04 03:44:40.548 INFO kablam! Some errors occurred: E0038, E0191, E0308, E0599. Sep 04 03:44:40.548 INFO kablam! For more information about an error, try `rustc --explain E0038`. Sep 04 03:44:40.560 INFO kablam! error: Could not compile `tokio-coap`. Sep 04 03:44:40.560 INFO kablam! Sep 04 03:44:40.560 INFO kablam! To learn more, run the command again with --verbose. Sep 04 03:44:40.562 INFO kablam! su: No module specific data is present Sep 04 03:44:40.957 INFO running `"docker" "rm" "-f" "402c7b34745f2c7c9a5f3f9f423ea10028f063a42c8bf99ed7dd8896b3b9304b"` Sep 04 03:44:41.051 INFO blam! 402c7b34745f2c7c9a5f3f9f423ea10028f063a42c8bf99ed7dd8896b3b9304b