Dec 12 06:06:12.656 INFO checking tokio-coap-0.2.0 against master#3a75e80557a103497cffbcab395a2f37061a77ea for pr-56677 Dec 12 06:06:12.656 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56677/worker-6/master#3a75e80557a103497cffbcab395a2f37061a77ea:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56677/master#3a75e80557a103497cffbcab395a2f37061a77ea:/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 +3a75e80557a103497cffbcab395a2f37061a77ea-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"` Dec 12 06:06:12.798 INFO [stdout] 37b8f033b9c4e1b0a960874b7e7bd7fbc07e9f547e3d850a427f66477d7f8f22 Dec 12 06:06:12.799 INFO running `"docker" "start" "-a" "37b8f033b9c4e1b0a960874b7e7bd7fbc07e9f547e3d850a427f66477d7f8f22"` Dec 12 06:06:13.191 INFO [stderr] usermod: no changes Dec 12 06:06:13.319 INFO [stderr] Checking smallvec v0.5.1 Dec 12 06:06:14.141 INFO [stderr] Checking tokio-coap v0.2.0 (/source) Dec 12 06:06:25.749 INFO [stderr] error[E0308]: mismatched types Dec 12 06:06:25.749 INFO [stderr] --> benches/message.rs:17:20 Dec 12 06:06:25.749 INFO [stderr] | Dec 12 06:06:25.749 INFO [stderr] 17 | token: vec![34,65], Dec 12 06:06:25.749 INFO [stderr] | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Dec 12 06:06:25.749 INFO [stderr] | Dec 12 06:06:25.749 INFO [stderr] = note: expected type `smallvec::SmallVec<[u8; 8]>` Dec 12 06:06:25.749 INFO [stderr] found type `std::vec::Vec<{integer}>` Dec 12 06:06:25.749 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 12 06:06:25.749 INFO [stderr] Dec 12 06:06:25.830 INFO [stderr] error[E0308]: mismatched types Dec 12 06:06:25.830 INFO [stderr] --> benches/message.rs:18:22 Dec 12 06:06:25.830 INFO [stderr] | Dec 12 06:06:25.830 INFO [stderr] 18 | options: vec![], Dec 12 06:06:25.830 INFO [stderr] | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Dec 12 06:06:25.830 INFO [stderr] | Dec 12 06:06:25.830 INFO [stderr] = note: expected type `tokio_coap::message::option::Options` Dec 12 06:06:25.830 INFO [stderr] found type `std::vec::Vec<_>` Dec 12 06:06:25.830 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 12 06:06:25.830 INFO [stderr] Dec 12 06:06:25.904 INFO [stderr] error[E0308]: mismatched types Dec 12 06:06:25.904 INFO [stderr] --> benches/message.rs:32:20 Dec 12 06:06:25.904 INFO [stderr] | Dec 12 06:06:25.904 INFO [stderr] 32 | token: vec![], Dec 12 06:06:25.904 INFO [stderr] | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Dec 12 06:06:25.904 INFO [stderr] | Dec 12 06:06:25.904 INFO [stderr] = note: expected type `smallvec::SmallVec<[u8; 8]>` Dec 12 06:06:25.904 INFO [stderr] found type `std::vec::Vec<_>` Dec 12 06:06:25.904 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 12 06:06:25.904 INFO [stderr] Dec 12 06:06:25.904 INFO [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Dec 12 06:06:25.904 INFO [stderr] --> benches/message.rs:33:27 Dec 12 06:06:25.904 INFO [stderr] | Dec 12 06:06:25.904 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Dec 12 06:06:25.904 INFO [stderr] | ^^^^^^^^^^^^^^^ associated type `Format` must be specified Dec 12 06:06:25.904 INFO [stderr] Dec 12 06:06:25.904 INFO [stderr] error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Dec 12 06:06:25.904 INFO [stderr] --> benches/message.rs:33:27 Dec 12 06:06:25.904 INFO [stderr] | Dec 12 06:06:25.904 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Dec 12 06:06:25.904 INFO [stderr] | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Dec 12 06:06:25.904 INFO [stderr] Dec 12 06:06:25.908 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 12 06:06:25.908 INFO [stderr] --> benches/message.rs:33:27 Dec 12 06:06:25.908 INFO [stderr] | Dec 12 06:06:25.908 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Dec 12 06:06:25.908 INFO [stderr] | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 12 06:06:25.908 INFO [stderr] | Dec 12 06:06:25.908 INFO [stderr] = note: the trait cannot require that `Self : Sized` Dec 12 06:06:25.908 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Dec 12 06:06:25.908 INFO [stderr] Dec 12 06:06:25.908 INFO [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Dec 12 06:06:25.908 INFO [stderr] --> benches/message.rs:34:27 Dec 12 06:06:25.908 INFO [stderr] | Dec 12 06:06:25.908 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Dec 12 06:06:25.908 INFO [stderr] | ^^^^^^^^^^^^^^^ associated type `Format` must be specified Dec 12 06:06:25.908 INFO [stderr] Dec 12 06:06:25.912 INFO [stderr] error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Dec 12 06:06:25.912 INFO [stderr] --> benches/message.rs:34:27 Dec 12 06:06:25.912 INFO [stderr] | Dec 12 06:06:25.912 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Dec 12 06:06:25.912 INFO [stderr] | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Dec 12 06:06:25.912 INFO [stderr] Dec 12 06:06:25.912 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 12 06:06:25.912 INFO [stderr] --> benches/message.rs:34:27 Dec 12 06:06:25.912 INFO [stderr] | Dec 12 06:06:25.912 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Dec 12 06:06:25.912 INFO [stderr] | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 12 06:06:25.912 INFO [stderr] | Dec 12 06:06:25.912 INFO [stderr] = note: the trait cannot require that `Self : Sized` Dec 12 06:06:25.912 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Dec 12 06:06:25.912 INFO [stderr] Dec 12 06:06:25.912 INFO [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Dec 12 06:06:25.912 INFO [stderr] --> benches/message.rs:35:27 Dec 12 06:06:25.912 INFO [stderr] | Dec 12 06:06:25.912 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Dec 12 06:06:25.912 INFO [stderr] | ^^^^^^^^^^^^^^^^ associated type `Format` must be specified Dec 12 06:06:25.912 INFO [stderr] Dec 12 06:06:25.924 INFO [stderr] error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Dec 12 06:06:25.924 INFO [stderr] --> benches/message.rs:35:27 Dec 12 06:06:25.924 INFO [stderr] | Dec 12 06:06:25.924 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Dec 12 06:06:25.924 INFO [stderr] | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Dec 12 06:06:25.924 INFO [stderr] Dec 12 06:06:25.924 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 12 06:06:25.924 INFO [stderr] --> benches/message.rs:35:27 Dec 12 06:06:25.924 INFO [stderr] | Dec 12 06:06:25.924 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Dec 12 06:06:25.924 INFO [stderr] | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 12 06:06:25.924 INFO [stderr] | Dec 12 06:06:25.924 INFO [stderr] = note: the trait cannot require that `Self : Sized` Dec 12 06:06:25.924 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Dec 12 06:06:25.924 INFO [stderr] Dec 12 06:06:25.980 INFO [stderr] error[E0308]: mismatched types Dec 12 06:06:25.980 INFO [stderr] --> benches/message.rs:33:22 Dec 12 06:06:25.980 INFO [stderr] | Dec 12 06:06:25.980 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Dec 12 06:06:25.980 INFO [stderr] | ______________________^ Dec 12 06:06:25.980 INFO [stderr] 34 | | Option::UriPath("temp".to_string()), Dec 12 06:06:25.980 INFO [stderr] 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Dec 12 06:06:25.980 INFO [stderr] 36 | | .to_string())], Dec 12 06:06:25.980 INFO [stderr] | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Dec 12 06:06:25.980 INFO [stderr] | Dec 12 06:06:25.980 INFO [stderr] = note: expected type `tokio_coap::message::option::Options` Dec 12 06:06:25.980 INFO [stderr] found type `std::vec::Vec<_>` Dec 12 06:06:25.980 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 12 06:06:25.980 INFO [stderr] Dec 12 06:06:25.986 INFO [stderr] error: aborting due to 13 previous errors Dec 12 06:06:25.990 INFO [stderr] Dec 12 06:06:25.990 INFO [stderr] Some errors occurred: E0038, E0191, E0308, E0599. Dec 12 06:06:25.990 INFO [stderr] For more information about an error, try `rustc --explain E0038`. Dec 12 06:06:25.999 INFO [stderr] error: Could not compile `tokio-coap`. Dec 12 06:06:25.999 INFO [stderr] Dec 12 06:06:25.999 INFO [stderr] To learn more, run the command again with --verbose. Dec 12 06:06:26.001 INFO [stderr] su: No module specific data is present Dec 12 06:06:26.495 INFO running `"docker" "inspect" "37b8f033b9c4e1b0a960874b7e7bd7fbc07e9f547e3d850a427f66477d7f8f22"` Dec 12 06:06:26.621 INFO running `"docker" "rm" "-f" "37b8f033b9c4e1b0a960874b7e7bd7fbc07e9f547e3d850a427f66477d7f8f22"` Dec 12 06:06:26.698 INFO [stdout] 37b8f033b9c4e1b0a960874b7e7bd7fbc07e9f547e3d850a427f66477d7f8f22