Oct 21 22:58:25.273 INFO checking tokio-coap-0.2.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:58:25.273 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/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 21 22:58:25.539 INFO blam! 802abc3b00309dd9d007dd4e1814fb94314e30d4e288b44ccacbf5c56a7f2b31 Oct 21 22:58:25.552 INFO running `"docker" "start" "-a" "802abc3b00309dd9d007dd4e1814fb94314e30d4e288b44ccacbf5c56a7f2b31"` Oct 21 22:58:26.697 INFO kablam! usermod: no changes Oct 21 22:58:26.876 INFO kablam! Checking smallvec v0.5.1 Oct 21 22:58:27.847 INFO kablam! Checking tokio-coap v0.2.0 (/source) Oct 21 22:58:37.321 INFO kablam! error[E0308]: mismatched types Oct 21 22:58:37.322 INFO kablam! --> benches/message.rs:17:20 Oct 21 22:58:37.322 INFO kablam! | Oct 21 22:58:37.322 INFO kablam! 17 | token: vec![34,65], Oct 21 22:58:37.323 INFO kablam! | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Oct 21 22:58:37.323 INFO kablam! | Oct 21 22:58:37.323 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Oct 21 22:58:37.323 INFO kablam! found type `std::vec::Vec<{integer}>` Oct 21 22:58:37.324 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 21 22:58:37.324 INFO kablam! Oct 21 22:58:37.509 INFO kablam! error[E0308]: mismatched types Oct 21 22:58:37.509 INFO kablam! --> benches/message.rs:18:22 Oct 21 22:58:37.509 INFO kablam! | Oct 21 22:58:37.509 INFO kablam! 18 | options: vec![], Oct 21 22:58:37.509 INFO kablam! | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Oct 21 22:58:37.509 INFO kablam! | Oct 21 22:58:37.509 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Oct 21 22:58:37.509 INFO kablam! found type `std::vec::Vec<_>` Oct 21 22:58:37.509 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 21 22:58:37.509 INFO kablam! Oct 21 22:58:37.644 INFO kablam! error[E0308]: mismatched types Oct 21 22:58:37.644 INFO kablam! --> benches/message.rs:32:20 Oct 21 22:58:37.644 INFO kablam! | Oct 21 22:58:37.644 INFO kablam! 32 | token: vec![], Oct 21 22:58:37.644 INFO kablam! | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Oct 21 22:58:37.644 INFO kablam! | Oct 21 22:58:37.644 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Oct 21 22:58:37.644 INFO kablam! found type `std::vec::Vec<_>` Oct 21 22:58:37.644 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 21 22:58:37.644 INFO kablam! Oct 21 22:58:37.644 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Oct 21 22:58:37.644 INFO kablam! --> benches/message.rs:33:27 Oct 21 22:58:37.644 INFO kablam! | Oct 21 22:58:37.644 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 21 22:58:37.644 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Oct 21 22:58:37.644 INFO kablam! Oct 21 22:58:37.651 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Oct 21 22:58:37.653 INFO kablam! --> benches/message.rs:33:27 Oct 21 22:58:37.653 INFO kablam! | Oct 21 22:58:37.653 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 21 22:58:37.653 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Oct 21 22:58:37.653 INFO kablam! Oct 21 22:58:37.653 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 21 22:58:37.653 INFO kablam! --> benches/message.rs:33:27 Oct 21 22:58:37.653 INFO kablam! | Oct 21 22:58:37.653 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 21 22:58:37.653 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 21 22:58:37.653 INFO kablam! | Oct 21 22:58:37.653 INFO kablam! = note: the trait cannot require that `Self : Sized` Oct 21 22:58:37.653 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Oct 21 22:58:37.653 INFO kablam! Oct 21 22:58:37.653 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Oct 21 22:58:37.653 INFO kablam! --> benches/message.rs:34:27 Oct 21 22:58:37.653 INFO kablam! | Oct 21 22:58:37.653 INFO kablam! 34 | Option::UriPath("temp".to_string()), Oct 21 22:58:37.653 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Oct 21 22:58:37.653 INFO kablam! Oct 21 22:58:37.664 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Oct 21 22:58:37.664 INFO kablam! --> benches/message.rs:34:27 Oct 21 22:58:37.664 INFO kablam! | Oct 21 22:58:37.664 INFO kablam! 34 | Option::UriPath("temp".to_string()), Oct 21 22:58:37.664 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Oct 21 22:58:37.664 INFO kablam! Oct 21 22:58:37.664 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 21 22:58:37.664 INFO kablam! --> benches/message.rs:34:27 Oct 21 22:58:37.664 INFO kablam! | Oct 21 22:58:37.664 INFO kablam! 34 | Option::UriPath("temp".to_string()), Oct 21 22:58:37.664 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 21 22:58:37.664 INFO kablam! | Oct 21 22:58:37.664 INFO kablam! = note: the trait cannot require that `Self : Sized` Oct 21 22:58:37.664 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Oct 21 22:58:37.664 INFO kablam! Oct 21 22:58:37.664 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Oct 21 22:58:37.664 INFO kablam! --> benches/message.rs:35:27 Oct 21 22:58:37.664 INFO kablam! | Oct 21 22:58:37.664 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 21 22:58:37.664 INFO kablam! | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Oct 21 22:58:37.664 INFO kablam! Oct 21 22:58:37.672 INFO kablam! error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Oct 21 22:58:37.672 INFO kablam! --> benches/message.rs:35:27 Oct 21 22:58:37.672 INFO kablam! | Oct 21 22:58:37.672 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 21 22:58:37.672 INFO kablam! | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Oct 21 22:58:37.672 INFO kablam! Oct 21 22:58:37.672 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 21 22:58:37.672 INFO kablam! --> benches/message.rs:35:27 Oct 21 22:58:37.672 INFO kablam! | Oct 21 22:58:37.672 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 21 22:58:37.672 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Oct 21 22:58:37.672 INFO kablam! | Oct 21 22:58:37.672 INFO kablam! = note: the trait cannot require that `Self : Sized` Oct 21 22:58:37.672 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Oct 21 22:58:37.672 INFO kablam! Oct 21 22:58:37.860 INFO kablam! error[E0308]: mismatched types Oct 21 22:58:37.860 INFO kablam! --> benches/message.rs:33:22 Oct 21 22:58:37.860 INFO kablam! | Oct 21 22:58:37.860 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Oct 21 22:58:37.860 INFO kablam! | ______________________^ Oct 21 22:58:37.860 INFO kablam! 34 | | Option::UriPath("temp".to_string()), Oct 21 22:58:37.860 INFO kablam! 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Oct 21 22:58:37.860 INFO kablam! 36 | | .to_string())], Oct 21 22:58:37.860 INFO kablam! | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Oct 21 22:58:37.860 INFO kablam! | Oct 21 22:58:37.860 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Oct 21 22:58:37.860 INFO kablam! found type `std::vec::Vec<_>` Oct 21 22:58:37.860 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 21 22:58:37.860 INFO kablam! Oct 21 22:58:37.897 INFO kablam! error: aborting due to 13 previous errors Oct 21 22:58:37.897 INFO kablam! Oct 21 22:58:37.897 INFO kablam! Some errors occurred: E0038, E0191, E0308, E0599. Oct 21 22:58:37.897 INFO kablam! For more information about an error, try `rustc --explain E0038`. Oct 21 22:58:37.946 INFO kablam! error: Could not compile `tokio-coap`. Oct 21 22:58:37.946 INFO kablam! Oct 21 22:58:37.946 INFO kablam! To learn more, run the command again with --verbose. Oct 21 22:58:37.957 INFO kablam! su: No module specific data is present Oct 21 22:58:38.511 INFO running `"docker" "rm" "-f" "802abc3b00309dd9d007dd4e1814fb94314e30d4e288b44ccacbf5c56a7f2b31"` Oct 21 22:58:38.824 INFO blam! 802abc3b00309dd9d007dd4e1814fb94314e30d4e288b44ccacbf5c56a7f2b31