Oct 27 14:30:22.926 INFO checking tokio-coap-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:30:22.928 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 14:30:23.275 INFO blam! 152e148e8df8dc8f845972df33ee54bfb878926a9b6e731273747d1700ca9aa0 Oct 27 14:30:23.283 INFO running `"docker" "start" "-a" "152e148e8df8dc8f845972df33ee54bfb878926a9b6e731273747d1700ca9aa0"` Oct 27 14:30:24.687 INFO kablam! usermod: no changes Oct 27 14:30:24.891 INFO kablam! Checking tokio-coap v0.2.0 (/source) Oct 27 14:30:40.411 INFO kablam! error[E0308]: mismatched types Oct 27 14:30:40.411 INFO kablam! --> benches/message.rs:17:20 Oct 27 14:30:40.412 INFO kablam! | Oct 27 14:30:40.412 INFO kablam! 17 | token: vec![34,65], Oct 27 14:30:40.413 INFO kablam! | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Oct 27 14:30:40.413 INFO kablam! | Oct 27 14:30:40.413 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Oct 27 14:30:40.413 INFO kablam! found type `std::vec::Vec<{integer}>` Oct 27 14:30:40.414 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) Oct 27 14:30:40.414 INFO kablam! Oct 27 14:30:40.479 INFO kablam! error[E0308]: mismatched types Oct 27 14:30:40.479 INFO kablam! --> benches/message.rs:18:22 Oct 27 14:30:40.479 INFO kablam! | Oct 27 14:30:40.479 INFO kablam! 18 | options: vec![], Oct 27 14:30:40.479 INFO kablam! | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Oct 27 14:30:40.479 INFO kablam! | Oct 27 14:30:40.479 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Oct 27 14:30:40.479 INFO kablam! found type `std::vec::Vec<_>` Oct 27 14:30:40.479 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) Oct 27 14:30:40.479 INFO kablam! Oct 27 14:30:40.555 INFO kablam! error[E0308]: mismatched types Oct 27 14:30:40.555 INFO kablam! --> benches/message.rs:32:20 Oct 27 14:30:40.555 INFO kablam! | Oct 27 14:30:40.555 INFO kablam! 32 | token: vec![], Oct 27 14:30:40.555 INFO kablam! | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Oct 27 14:30:40.555 INFO kablam! | Oct 27 14:30:40.555 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Oct 27 14:30:40.555 INFO kablam! found type `std::vec::Vec<_>` Oct 27 14:30:40.555 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) Oct 27 14:30:40.555 INFO kablam! Oct 27 14:30:40.555 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Oct 27 14:30:40.555 INFO kablam! --> benches/message.rs:33:27 Oct 27 14:30:40.555 INFO kablam! | Oct 27 14:30:40.555 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 27 14:30:40.555 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Oct 27 14:30:40.555 INFO kablam! Oct 27 14:30:40.575 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Oct 27 14:30:40.575 INFO kablam! --> benches/message.rs:33:27 Oct 27 14:30:40.575 INFO kablam! | Oct 27 14:30:40.575 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 27 14:30:40.575 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Oct 27 14:30:40.575 INFO kablam! Oct 27 14:30:40.575 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 27 14:30:40.575 INFO kablam! --> benches/message.rs:33:27 Oct 27 14:30:40.575 INFO kablam! | Oct 27 14:30:40.575 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 27 14:30:40.575 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 27 14:30:40.575 INFO kablam! | Oct 27 14:30:40.575 INFO kablam! = note: the trait cannot require that `Self : Sized` Oct 27 14:30:40.575 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Oct 27 14:30:40.575 INFO kablam! Oct 27 14:30:40.575 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Oct 27 14:30:40.575 INFO kablam! --> benches/message.rs:34:27 Oct 27 14:30:40.575 INFO kablam! | Oct 27 14:30:40.575 INFO kablam! 34 | Option::UriPath("temp".to_string()), Oct 27 14:30:40.575 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Oct 27 14:30:40.575 INFO kablam! Oct 27 14:30:40.591 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Oct 27 14:30:40.591 INFO kablam! --> benches/message.rs:34:27 Oct 27 14:30:40.591 INFO kablam! | Oct 27 14:30:40.591 INFO kablam! 34 | Option::UriPath("temp".to_string()), Oct 27 14:30:40.591 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Oct 27 14:30:40.591 INFO kablam! Oct 27 14:30:40.591 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 27 14:30:40.591 INFO kablam! --> benches/message.rs:34:27 Oct 27 14:30:40.591 INFO kablam! | Oct 27 14:30:40.591 INFO kablam! 34 | Option::UriPath("temp".to_string()), Oct 27 14:30:40.591 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 27 14:30:40.591 INFO kablam! | Oct 27 14:30:40.591 INFO kablam! = note: the trait cannot require that `Self : Sized` Oct 27 14:30:40.591 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Oct 27 14:30:40.591 INFO kablam! Oct 27 14:30:40.591 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Oct 27 14:30:40.591 INFO kablam! --> benches/message.rs:35:27 Oct 27 14:30:40.591 INFO kablam! | Oct 27 14:30:40.591 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 27 14:30:40.591 INFO kablam! | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Oct 27 14:30:40.591 INFO kablam! Oct 27 14:30:40.591 INFO kablam! error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Oct 27 14:30:40.591 INFO kablam! --> benches/message.rs:35:27 Oct 27 14:30:40.591 INFO kablam! | Oct 27 14:30:40.591 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 27 14:30:40.591 INFO kablam! | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Oct 27 14:30:40.591 INFO kablam! Oct 27 14:30:40.603 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 27 14:30:40.603 INFO kablam! --> benches/message.rs:35:27 Oct 27 14:30:40.603 INFO kablam! | Oct 27 14:30:40.603 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 27 14:30:40.603 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 27 14:30:40.603 INFO kablam! | Oct 27 14:30:40.603 INFO kablam! = note: the trait cannot require that `Self : Sized` Oct 27 14:30:40.603 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Oct 27 14:30:40.603 INFO kablam! Oct 27 14:30:40.719 INFO kablam! error[E0308]: mismatched types Oct 27 14:30:40.719 INFO kablam! --> benches/message.rs:33:22 Oct 27 14:30:40.719 INFO kablam! | Oct 27 14:30:40.719 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 27 14:30:40.719 INFO kablam! | ______________________^ Oct 27 14:30:40.719 INFO kablam! 34 | | Option::UriPath("temp".to_string()), Oct 27 14:30:40.719 INFO kablam! 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 27 14:30:40.719 INFO kablam! 36 | | .to_string())], Oct 27 14:30:40.719 INFO kablam! | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Oct 27 14:30:40.719 INFO kablam! | Oct 27 14:30:40.719 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Oct 27 14:30:40.719 INFO kablam! found type `std::vec::Vec<_>` Oct 27 14:30:40.719 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) Oct 27 14:30:40.719 INFO kablam! Oct 27 14:30:40.731 INFO kablam! error: aborting due to 13 previous errors Oct 27 14:30:40.731 INFO kablam! Oct 27 14:30:40.731 INFO kablam! Some errors occurred: E0038, E0191, E0308, E0599. Oct 27 14:30:40.731 INFO kablam! For more information about an error, try `rustc --explain E0038`. Oct 27 14:30:40.759 INFO kablam! error: Could not compile `tokio-coap`. Oct 27 14:30:40.759 INFO kablam! Oct 27 14:30:40.759 INFO kablam! To learn more, run the command again with --verbose. Oct 27 14:30:40.759 INFO kablam! su: No module specific data is present Oct 27 14:30:41.311 INFO running `"docker" "rm" "-f" "152e148e8df8dc8f845972df33ee54bfb878926a9b6e731273747d1700ca9aa0"` Oct 27 14:30:41.566 INFO blam! 152e148e8df8dc8f845972df33ee54bfb878926a9b6e731273747d1700ca9aa0