Nov 28 16:39:55.896 INFO checking tokio-coap-0.2.0 against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 16:39:55.896 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-2/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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 28 16:39:56.072 INFO [stdout] 9b25145489db3ff46dcf8614f15be23066595965bb7810a50f3a7c6da5fea224 Nov 28 16:39:56.074 INFO running `"docker" "start" "-a" "9b25145489db3ff46dcf8614f15be23066595965bb7810a50f3a7c6da5fea224"` Nov 28 16:39:56.583 INFO [stderr] usermod: no changes Nov 28 16:39:56.704 INFO [stderr] Checking smallvec v0.5.1 Nov 28 16:39:57.566 INFO [stderr] Checking tokio-coap v0.2.0 (/source) Nov 28 16:40:09.062 INFO [stderr] error[E0308]: mismatched types Nov 28 16:40:09.062 INFO [stderr] --> benches/message.rs:17:20 Nov 28 16:40:09.062 INFO [stderr] | Nov 28 16:40:09.062 INFO [stderr] 17 | token: vec![34,65], Nov 28 16:40:09.062 INFO [stderr] | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Nov 28 16:40:09.062 INFO [stderr] | Nov 28 16:40:09.062 INFO [stderr] = note: expected type `smallvec::SmallVec<[u8; 8]>` Nov 28 16:40:09.062 INFO [stderr] found type `std::vec::Vec<{integer}>` Nov 28 16:40:09.062 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 28 16:40:09.062 INFO [stderr] Nov 28 16:40:09.141 INFO [stderr] error[E0308]: mismatched types Nov 28 16:40:09.141 INFO [stderr] --> benches/message.rs:18:22 Nov 28 16:40:09.141 INFO [stderr] | Nov 28 16:40:09.141 INFO [stderr] 18 | options: vec![], Nov 28 16:40:09.141 INFO [stderr] | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Nov 28 16:40:09.141 INFO [stderr] | Nov 28 16:40:09.141 INFO [stderr] = note: expected type `tokio_coap::message::option::Options` Nov 28 16:40:09.141 INFO [stderr] found type `std::vec::Vec<_>` Nov 28 16:40:09.141 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 28 16:40:09.141 INFO [stderr] Nov 28 16:40:09.229 INFO [stderr] error[E0308]: mismatched types Nov 28 16:40:09.229 INFO [stderr] --> benches/message.rs:32:20 Nov 28 16:40:09.229 INFO [stderr] | Nov 28 16:40:09.229 INFO [stderr] 32 | token: vec![], Nov 28 16:40:09.229 INFO [stderr] | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Nov 28 16:40:09.229 INFO [stderr] | Nov 28 16:40:09.229 INFO [stderr] = note: expected type `smallvec::SmallVec<[u8; 8]>` Nov 28 16:40:09.229 INFO [stderr] found type `std::vec::Vec<_>` Nov 28 16:40:09.229 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 28 16:40:09.229 INFO [stderr] Nov 28 16:40:09.229 INFO [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Nov 28 16:40:09.229 INFO [stderr] --> benches/message.rs:33:27 Nov 28 16:40:09.229 INFO [stderr] | Nov 28 16:40:09.229 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Nov 28 16:40:09.229 INFO [stderr] | ^^^^^^^^^^^^^^^ missing associated type `Format` value Nov 28 16:40:09.229 INFO [stderr] Nov 28 16:40:09.238 INFO [stderr] error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Nov 28 16:40:09.238 INFO [stderr] --> benches/message.rs:33:27 Nov 28 16:40:09.238 INFO [stderr] | Nov 28 16:40:09.238 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Nov 28 16:40:09.238 INFO [stderr] | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Nov 28 16:40:09.239 INFO [stderr] Nov 28 16:40:09.239 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 28 16:40:09.239 INFO [stderr] --> benches/message.rs:33:27 Nov 28 16:40:09.239 INFO [stderr] | Nov 28 16:40:09.239 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Nov 28 16:40:09.239 INFO [stderr] | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 28 16:40:09.240 INFO [stderr] | Nov 28 16:40:09.240 INFO [stderr] = note: the trait cannot require that `Self : Sized` Nov 28 16:40:09.240 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Nov 28 16:40:09.240 INFO [stderr] Nov 28 16:40:09.240 INFO [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Nov 28 16:40:09.240 INFO [stderr] --> benches/message.rs:34:27 Nov 28 16:40:09.240 INFO [stderr] | Nov 28 16:40:09.241 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Nov 28 16:40:09.241 INFO [stderr] | ^^^^^^^^^^^^^^^ missing associated type `Format` value Nov 28 16:40:09.241 INFO [stderr] Nov 28 16:40:09.241 INFO [stderr] error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Nov 28 16:40:09.241 INFO [stderr] --> benches/message.rs:34:27 Nov 28 16:40:09.241 INFO [stderr] | Nov 28 16:40:09.241 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Nov 28 16:40:09.241 INFO [stderr] | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Nov 28 16:40:09.242 INFO [stderr] Nov 28 16:40:09.242 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 28 16:40:09.242 INFO [stderr] --> benches/message.rs:34:27 Nov 28 16:40:09.242 INFO [stderr] | Nov 28 16:40:09.242 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Nov 28 16:40:09.242 INFO [stderr] | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 28 16:40:09.242 INFO [stderr] | Nov 28 16:40:09.242 INFO [stderr] = note: the trait cannot require that `Self : Sized` Nov 28 16:40:09.242 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Nov 28 16:40:09.242 INFO [stderr] Nov 28 16:40:09.242 INFO [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Nov 28 16:40:09.242 INFO [stderr] --> benches/message.rs:35:27 Nov 28 16:40:09.242 INFO [stderr] | Nov 28 16:40:09.242 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 28 16:40:09.242 INFO [stderr] | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Nov 28 16:40:09.242 INFO [stderr] Nov 28 16:40:09.242 INFO [stderr] error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Nov 28 16:40:09.242 INFO [stderr] --> benches/message.rs:35:27 Nov 28 16:40:09.242 INFO [stderr] | Nov 28 16:40:09.242 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 28 16:40:09.242 INFO [stderr] | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Nov 28 16:40:09.242 INFO [stderr] Nov 28 16:40:09.242 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 28 16:40:09.242 INFO [stderr] --> benches/message.rs:35:27 Nov 28 16:40:09.242 INFO [stderr] | Nov 28 16:40:09.242 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 28 16:40:09.242 INFO [stderr] | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 28 16:40:09.242 INFO [stderr] | Nov 28 16:40:09.242 INFO [stderr] = note: the trait cannot require that `Self : Sized` Nov 28 16:40:09.242 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Nov 28 16:40:09.242 INFO [stderr] Nov 28 16:40:09.318 INFO [stderr] error[E0308]: mismatched types Nov 28 16:40:09.318 INFO [stderr] --> benches/message.rs:33:22 Nov 28 16:40:09.318 INFO [stderr] | Nov 28 16:40:09.319 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Nov 28 16:40:09.319 INFO [stderr] | ______________________^ Nov 28 16:40:09.319 INFO [stderr] 34 | | Option::UriPath("temp".to_string()), Nov 28 16:40:09.319 INFO [stderr] 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 28 16:40:09.320 INFO [stderr] 36 | | .to_string())], Nov 28 16:40:09.320 INFO [stderr] | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Nov 28 16:40:09.320 INFO [stderr] | Nov 28 16:40:09.321 INFO [stderr] = note: expected type `tokio_coap::message::option::Options` Nov 28 16:40:09.322 INFO [stderr] found type `std::vec::Vec<_>` Nov 28 16:40:09.322 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 28 16:40:09.322 INFO [stderr] Nov 28 16:40:09.329 INFO [stderr] error: aborting due to 13 previous errors Nov 28 16:40:09.329 INFO [stderr] Nov 28 16:40:09.329 INFO [stderr] Some errors occurred: E0038, E0191, E0308, E0599. Nov 28 16:40:09.329 INFO [stderr] For more information about an error, try `rustc --explain E0038`. Nov 28 16:40:09.340 INFO [stderr] error: Could not compile `tokio-coap`. Nov 28 16:40:09.340 INFO [stderr] Nov 28 16:40:09.340 INFO [stderr] To learn more, run the command again with --verbose. Nov 28 16:40:09.343 INFO [stderr] su: No module specific data is present Nov 28 16:40:09.690 INFO running `"docker" "inspect" "9b25145489db3ff46dcf8614f15be23066595965bb7810a50f3a7c6da5fea224"` Nov 28 16:40:09.846 INFO running `"docker" "rm" "-f" "9b25145489db3ff46dcf8614f15be23066595965bb7810a50f3a7c6da5fea224"` Nov 28 16:40:09.972 INFO [stdout] 9b25145489db3ff46dcf8614f15be23066595965bb7810a50f3a7c6da5fea224