Nov 30 14:08:27.493 INFO checking tokio-coap-0.2.0 against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 30 14:08:27.493 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-5/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-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"` Nov 30 14:08:27.688 INFO [stdout] 0c0a1b52fa2fb5c72e08fe6a2f70b436a7c5d3486daa022a6aac46cbb8b51b70 Nov 30 14:08:27.690 INFO running `"docker" "start" "-a" "0c0a1b52fa2fb5c72e08fe6a2f70b436a7c5d3486daa022a6aac46cbb8b51b70"` Nov 30 14:08:28.364 INFO [stderr] usermod: no changes Nov 30 14:08:28.483 INFO [stderr] Checking smallvec v0.5.1 Nov 30 14:08:29.316 INFO [stderr] Checking tokio-coap v0.2.0 (/source) Nov 30 14:08:39.079 INFO [stderr] error[E0308]: mismatched types Nov 30 14:08:39.079 INFO [stderr] --> benches/message.rs:17:20 Nov 30 14:08:39.079 INFO [stderr] | Nov 30 14:08:39.079 INFO [stderr] 17 | token: vec![34,65], Nov 30 14:08:39.079 INFO [stderr] | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Nov 30 14:08:39.079 INFO [stderr] | Nov 30 14:08:39.079 INFO [stderr] = note: expected type `smallvec::SmallVec<[u8; 8]>` Nov 30 14:08:39.079 INFO [stderr] found type `std::vec::Vec<{integer}>` Nov 30 14:08:39.079 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) Nov 30 14:08:39.079 INFO [stderr] Nov 30 14:08:39.148 INFO [stderr] error[E0308]: mismatched types Nov 30 14:08:39.148 INFO [stderr] --> benches/message.rs:18:22 Nov 30 14:08:39.148 INFO [stderr] | Nov 30 14:08:39.148 INFO [stderr] 18 | options: vec![], Nov 30 14:08:39.148 INFO [stderr] | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Nov 30 14:08:39.148 INFO [stderr] | Nov 30 14:08:39.148 INFO [stderr] = note: expected type `tokio_coap::message::option::Options` Nov 30 14:08:39.148 INFO [stderr] found type `std::vec::Vec<_>` Nov 30 14:08:39.148 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) Nov 30 14:08:39.148 INFO [stderr] Nov 30 14:08:39.224 INFO [stderr] error[E0308]: mismatched types Nov 30 14:08:39.224 INFO [stderr] --> benches/message.rs:32:20 Nov 30 14:08:39.224 INFO [stderr] | Nov 30 14:08:39.224 INFO [stderr] 32 | token: vec![], Nov 30 14:08:39.224 INFO [stderr] | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Nov 30 14:08:39.224 INFO [stderr] | Nov 30 14:08:39.224 INFO [stderr] = note: expected type `smallvec::SmallVec<[u8; 8]>` Nov 30 14:08:39.224 INFO [stderr] found type `std::vec::Vec<_>` Nov 30 14:08:39.224 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) Nov 30 14:08:39.224 INFO [stderr] Nov 30 14:08:39.224 INFO [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Nov 30 14:08:39.224 INFO [stderr] --> benches/message.rs:33:27 Nov 30 14:08:39.224 INFO [stderr] | Nov 30 14:08:39.224 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Nov 30 14:08:39.224 INFO [stderr] | ^^^^^^^^^^^^^^^ associated type `Format` must be specified Nov 30 14:08:39.224 INFO [stderr] Nov 30 14:08:39.229 INFO [stderr] error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Nov 30 14:08:39.229 INFO [stderr] --> benches/message.rs:33:27 Nov 30 14:08:39.229 INFO [stderr] | Nov 30 14:08:39.229 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Nov 30 14:08:39.229 INFO [stderr] | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Nov 30 14:08:39.229 INFO [stderr] Nov 30 14:08:39.234 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 30 14:08:39.234 INFO [stderr] --> benches/message.rs:33:27 Nov 30 14:08:39.234 INFO [stderr] | Nov 30 14:08:39.234 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Nov 30 14:08:39.234 INFO [stderr] | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 30 14:08:39.234 INFO [stderr] | Nov 30 14:08:39.234 INFO [stderr] = note: the trait cannot require that `Self : Sized` Nov 30 14:08:39.234 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Nov 30 14:08:39.234 INFO [stderr] Nov 30 14:08:39.234 INFO [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Nov 30 14:08:39.234 INFO [stderr] --> benches/message.rs:34:27 Nov 30 14:08:39.234 INFO [stderr] | Nov 30 14:08:39.234 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Nov 30 14:08:39.234 INFO [stderr] | ^^^^^^^^^^^^^^^ associated type `Format` must be specified Nov 30 14:08:39.234 INFO [stderr] Nov 30 14:08:39.234 INFO [stderr] error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Nov 30 14:08:39.234 INFO [stderr] --> benches/message.rs:34:27 Nov 30 14:08:39.234 INFO [stderr] | Nov 30 14:08:39.234 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Nov 30 14:08:39.234 INFO [stderr] | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Nov 30 14:08:39.234 INFO [stderr] Nov 30 14:08:39.234 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 30 14:08:39.234 INFO [stderr] --> benches/message.rs:34:27 Nov 30 14:08:39.234 INFO [stderr] | Nov 30 14:08:39.234 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Nov 30 14:08:39.234 INFO [stderr] | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 30 14:08:39.234 INFO [stderr] | Nov 30 14:08:39.235 INFO [stderr] = note: the trait cannot require that `Self : Sized` Nov 30 14:08:39.235 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Nov 30 14:08:39.235 INFO [stderr] Nov 30 14:08:39.235 INFO [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Nov 30 14:08:39.235 INFO [stderr] --> benches/message.rs:35:27 Nov 30 14:08:39.235 INFO [stderr] | Nov 30 14:08:39.235 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 30 14:08:39.235 INFO [stderr] | ^^^^^^^^^^^^^^^^ associated type `Format` must be specified Nov 30 14:08:39.235 INFO [stderr] Nov 30 14:08:39.237 INFO [stderr] error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Nov 30 14:08:39.237 INFO [stderr] --> benches/message.rs:35:27 Nov 30 14:08:39.237 INFO [stderr] | Nov 30 14:08:39.237 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 30 14:08:39.237 INFO [stderr] | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Nov 30 14:08:39.237 INFO [stderr] Nov 30 14:08:39.237 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 30 14:08:39.237 INFO [stderr] --> benches/message.rs:35:27 Nov 30 14:08:39.237 INFO [stderr] | Nov 30 14:08:39.237 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 30 14:08:39.237 INFO [stderr] | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 30 14:08:39.237 INFO [stderr] | Nov 30 14:08:39.237 INFO [stderr] = note: the trait cannot require that `Self : Sized` Nov 30 14:08:39.237 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Nov 30 14:08:39.237 INFO [stderr] Nov 30 14:08:39.308 INFO [stderr] error[E0308]: mismatched types Nov 30 14:08:39.308 INFO [stderr] --> benches/message.rs:33:22 Nov 30 14:08:39.309 INFO [stderr] | Nov 30 14:08:39.309 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Nov 30 14:08:39.309 INFO [stderr] | ______________________^ Nov 30 14:08:39.309 INFO [stderr] 34 | | Option::UriPath("temp".to_string()), Nov 30 14:08:39.309 INFO [stderr] 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 30 14:08:39.309 INFO [stderr] 36 | | .to_string())], Nov 30 14:08:39.309 INFO [stderr] | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Nov 30 14:08:39.309 INFO [stderr] | Nov 30 14:08:39.309 INFO [stderr] = note: expected type `tokio_coap::message::option::Options` Nov 30 14:08:39.309 INFO [stderr] found type `std::vec::Vec<_>` Nov 30 14:08:39.309 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) Nov 30 14:08:39.309 INFO [stderr] Nov 30 14:08:39.316 INFO [stderr] error: aborting due to 13 previous errors Nov 30 14:08:39.316 INFO [stderr] Nov 30 14:08:39.316 INFO [stderr] Some errors occurred: E0038, E0191, E0308, E0599. Nov 30 14:08:39.316 INFO [stderr] For more information about an error, try `rustc --explain E0038`. Nov 30 14:08:39.332 INFO [stderr] error: Could not compile `tokio-coap`. Nov 30 14:08:39.332 INFO [stderr] Nov 30 14:08:39.332 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 14:08:39.332 INFO [stderr] su: No module specific data is present Nov 30 14:08:39.700 INFO running `"docker" "inspect" "0c0a1b52fa2fb5c72e08fe6a2f70b436a7c5d3486daa022a6aac46cbb8b51b70"` Nov 30 14:08:39.850 INFO running `"docker" "rm" "-f" "0c0a1b52fa2fb5c72e08fe6a2f70b436a7c5d3486daa022a6aac46cbb8b51b70"` Nov 30 14:08:40.059 INFO [stdout] 0c0a1b52fa2fb5c72e08fe6a2f70b436a7c5d3486daa022a6aac46cbb8b51b70