Oct 13 07:18:29.437 INFO checking tokio-coap-0.2.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:18:29.438 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 07:18:29.874 INFO blam! c4b7e28be095d545ec843889b501ce58d8c8f17df6ef8153025c520744fb94a3 Oct 13 07:18:29.882 INFO running `"docker" "start" "-a" "c4b7e28be095d545ec843889b501ce58d8c8f17df6ef8153025c520744fb94a3"` Oct 13 07:18:31.258 INFO kablam! usermod: no changes Oct 13 07:18:31.488 INFO kablam! Checking smallvec v0.5.1 Oct 13 07:18:32.600 INFO kablam! Checking tokio-coap v0.2.0 (/source) Oct 13 07:18:44.460 INFO kablam! error[E0308]: mismatched types Oct 13 07:18:44.460 INFO kablam! --> benches/message.rs:17:20 Oct 13 07:18:44.460 INFO kablam! | Oct 13 07:18:44.460 INFO kablam! 17 | token: vec![34,65], Oct 13 07:18:44.460 INFO kablam! | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Oct 13 07:18:44.460 INFO kablam! | Oct 13 07:18:44.460 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Oct 13 07:18:44.460 INFO kablam! found type `std::vec::Vec<{integer}>` Oct 13 07:18:44.460 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 13 07:18:44.460 INFO kablam! Oct 13 07:18:44.632 INFO kablam! error[E0308]: mismatched types Oct 13 07:18:44.632 INFO kablam! --> benches/message.rs:18:22 Oct 13 07:18:44.633 INFO kablam! | Oct 13 07:18:44.633 INFO kablam! 18 | options: vec![], Oct 13 07:18:44.633 INFO kablam! | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Oct 13 07:18:44.634 INFO kablam! | Oct 13 07:18:44.634 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Oct 13 07:18:44.634 INFO kablam! found type `std::vec::Vec<_>` Oct 13 07:18:44.634 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 13 07:18:44.635 INFO kablam! Oct 13 07:18:44.724 INFO kablam! error[E0308]: mismatched types Oct 13 07:18:44.724 INFO kablam! --> benches/message.rs:32:20 Oct 13 07:18:44.724 INFO kablam! | Oct 13 07:18:44.724 INFO kablam! 32 | token: vec![], Oct 13 07:18:44.724 INFO kablam! | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Oct 13 07:18:44.724 INFO kablam! | Oct 13 07:18:44.724 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Oct 13 07:18:44.724 INFO kablam! found type `std::vec::Vec<_>` Oct 13 07:18:44.724 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 13 07:18:44.724 INFO kablam! Oct 13 07:18:44.724 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Oct 13 07:18:44.724 INFO kablam! --> benches/message.rs:33:27 Oct 13 07:18:44.724 INFO kablam! | Oct 13 07:18:44.724 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 13 07:18:44.724 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Oct 13 07:18:44.724 INFO kablam! Oct 13 07:18:44.724 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Oct 13 07:18:44.725 INFO kablam! --> benches/message.rs:33:27 Oct 13 07:18:44.725 INFO kablam! | Oct 13 07:18:44.725 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 13 07:18:44.725 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Oct 13 07:18:44.725 INFO kablam! Oct 13 07:18:44.725 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 13 07:18:44.725 INFO kablam! --> benches/message.rs:33:27 Oct 13 07:18:44.725 INFO kablam! | Oct 13 07:18:44.725 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 13 07:18:44.725 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 13 07:18:44.725 INFO kablam! | Oct 13 07:18:44.725 INFO kablam! = note: the trait cannot require that `Self : Sized` Oct 13 07:18:44.725 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Oct 13 07:18:44.725 INFO kablam! Oct 13 07:18:44.725 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Oct 13 07:18:44.725 INFO kablam! --> benches/message.rs:34:27 Oct 13 07:18:44.725 INFO kablam! | Oct 13 07:18:44.725 INFO kablam! 34 | Option::UriPath("temp".to_string()), Oct 13 07:18:44.725 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Oct 13 07:18:44.725 INFO kablam! Oct 13 07:18:44.728 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Oct 13 07:18:44.728 INFO kablam! --> benches/message.rs:34:27 Oct 13 07:18:44.728 INFO kablam! | Oct 13 07:18:44.728 INFO kablam! 34 | Option::UriPath("temp".to_string()), Oct 13 07:18:44.728 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Oct 13 07:18:44.728 INFO kablam! Oct 13 07:18:44.728 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 13 07:18:44.728 INFO kablam! --> benches/message.rs:34:27 Oct 13 07:18:44.728 INFO kablam! | Oct 13 07:18:44.728 INFO kablam! 34 | Option::UriPath("temp".to_string()), Oct 13 07:18:44.728 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 13 07:18:44.728 INFO kablam! | Oct 13 07:18:44.728 INFO kablam! = note: the trait cannot require that `Self : Sized` Oct 13 07:18:44.728 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Oct 13 07:18:44.728 INFO kablam! Oct 13 07:18:44.728 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Oct 13 07:18:44.728 INFO kablam! --> benches/message.rs:35:27 Oct 13 07:18:44.728 INFO kablam! | Oct 13 07:18:44.728 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 13 07:18:44.728 INFO kablam! | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Oct 13 07:18:44.728 INFO kablam! Oct 13 07:18:44.737 INFO kablam! error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Oct 13 07:18:44.737 INFO kablam! --> benches/message.rs:35:27 Oct 13 07:18:44.737 INFO kablam! | Oct 13 07:18:44.737 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 13 07:18:44.737 INFO kablam! | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Oct 13 07:18:44.738 INFO kablam! Oct 13 07:18:44.738 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 13 07:18:44.738 INFO kablam! --> benches/message.rs:35:27 Oct 13 07:18:44.738 INFO kablam! | Oct 13 07:18:44.738 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 13 07:18:44.738 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 13 07:18:44.739 INFO kablam! | Oct 13 07:18:44.739 INFO kablam! = note: the trait cannot require that `Self : Sized` Oct 13 07:18:44.739 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Oct 13 07:18:44.739 INFO kablam! Oct 13 07:18:44.832 INFO kablam! error[E0308]: mismatched types Oct 13 07:18:44.836 INFO kablam! --> benches/message.rs:33:22 Oct 13 07:18:44.836 INFO kablam! | Oct 13 07:18:44.836 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 13 07:18:44.837 INFO kablam! | ______________________^ Oct 13 07:18:44.838 INFO kablam! 34 | | Option::UriPath("temp".to_string()), Oct 13 07:18:44.838 INFO kablam! 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 13 07:18:44.838 INFO kablam! 36 | | .to_string())], Oct 13 07:18:44.838 INFO kablam! | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Oct 13 07:18:44.838 INFO kablam! | Oct 13 07:18:44.838 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Oct 13 07:18:44.839 INFO kablam! found type `std::vec::Vec<_>` Oct 13 07:18:44.839 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 13 07:18:44.839 INFO kablam! Oct 13 07:18:44.839 INFO kablam! error: aborting due to 13 previous errors Oct 13 07:18:44.839 INFO kablam! Oct 13 07:18:44.839 INFO kablam! Some errors occurred: E0038, E0191, E0308, E0599. Oct 13 07:18:44.840 INFO kablam! For more information about an error, try `rustc --explain E0038`. Oct 13 07:18:44.843 INFO kablam! error: Could not compile `tokio-coap`. Oct 13 07:18:44.844 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 07:18:44.917 INFO kablam! error: build failed Oct 13 07:18:44.917 INFO kablam! su: No module specific data is present Oct 13 07:18:45.589 INFO running `"docker" "rm" "-f" "c4b7e28be095d545ec843889b501ce58d8c8f17df6ef8153025c520744fb94a3"` Oct 13 07:18:45.912 INFO blam! c4b7e28be095d545ec843889b501ce58d8c8f17df6ef8153025c520744fb94a3