Nov 30 14:08:27.495 INFO checking tokio-coap-0.2.0 against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 14:08:27.495 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-7/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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.792 INFO [stdout] 17a2ca03b981eb1974da3841553277962bdd69a505e5b441e0457b089e0be93c Nov 30 14:08:27.796 INFO running `"docker" "start" "-a" "17a2ca03b981eb1974da3841553277962bdd69a505e5b441e0457b089e0be93c"` Nov 30 14:08:28.454 INFO [stderr] usermod: no changes Nov 30 14:08:28.618 INFO [stderr] Checking smallvec v0.5.1 Nov 30 14:08:29.472 INFO [stderr] Checking tokio-coap v0.2.0 (/source) Nov 30 14:08:38.982 INFO [stderr] error[E0308]: mismatched types Nov 30 14:08:38.982 INFO [stderr] --> benches/message.rs:17:20 Nov 30 14:08:38.982 INFO [stderr] | Nov 30 14:08:38.982 INFO [stderr] 17 | token: vec![34,65], Nov 30 14:08:38.982 INFO [stderr] | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Nov 30 14:08:38.983 INFO [stderr] | Nov 30 14:08:38.983 INFO [stderr] = note: expected type `smallvec::SmallVec<[u8; 8]>` Nov 30 14:08:38.983 INFO [stderr] found type `std::vec::Vec<{integer}>` Nov 30 14:08:38.983 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:38.983 INFO [stderr] Nov 30 14:08:39.046 INFO [stderr] error[E0308]: mismatched types Nov 30 14:08:39.046 INFO [stderr] --> benches/message.rs:18:22 Nov 30 14:08:39.046 INFO [stderr] | Nov 30 14:08:39.046 INFO [stderr] 18 | options: vec![], Nov 30 14:08:39.046 INFO [stderr] | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Nov 30 14:08:39.046 INFO [stderr] | Nov 30 14:08:39.046 INFO [stderr] = note: expected type `tokio_coap::message::option::Options` Nov 30 14:08:39.046 INFO [stderr] found type `std::vec::Vec<_>` Nov 30 14:08:39.046 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.046 INFO [stderr] Nov 30 14:08:39.112 INFO [stderr] error[E0308]: mismatched types Nov 30 14:08:39.112 INFO [stderr] --> benches/message.rs:32:20 Nov 30 14:08:39.112 INFO [stderr] | Nov 30 14:08:39.112 INFO [stderr] 32 | token: vec![], Nov 30 14:08:39.112 INFO [stderr] | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Nov 30 14:08:39.112 INFO [stderr] | Nov 30 14:08:39.112 INFO [stderr] = note: expected type `smallvec::SmallVec<[u8; 8]>` Nov 30 14:08:39.112 INFO [stderr] found type `std::vec::Vec<_>` Nov 30 14:08:39.112 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.112 INFO [stderr] Nov 30 14:08:39.112 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.112 INFO [stderr] --> benches/message.rs:33:27 Nov 30 14:08:39.112 INFO [stderr] | Nov 30 14:08:39.112 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Nov 30 14:08:39.112 INFO [stderr] | ^^^^^^^^^^^^^^^ associated type `Format` must be specified Nov 30 14:08:39.112 INFO [stderr] Nov 30 14:08:39.116 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.116 INFO [stderr] --> benches/message.rs:33:27 Nov 30 14:08:39.116 INFO [stderr] | Nov 30 14:08:39.116 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Nov 30 14:08:39.116 INFO [stderr] | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Nov 30 14:08:39.116 INFO [stderr] Nov 30 14:08:39.120 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 30 14:08:39.120 INFO [stderr] --> benches/message.rs:33:27 Nov 30 14:08:39.120 INFO [stderr] | Nov 30 14:08:39.120 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Nov 30 14:08:39.120 INFO [stderr] | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 30 14:08:39.120 INFO [stderr] | Nov 30 14:08:39.120 INFO [stderr] = note: the trait cannot require that `Self : Sized` Nov 30 14:08:39.120 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Nov 30 14:08:39.120 INFO [stderr] Nov 30 14:08:39.120 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.120 INFO [stderr] --> benches/message.rs:34:27 Nov 30 14:08:39.120 INFO [stderr] | Nov 30 14:08:39.120 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Nov 30 14:08:39.120 INFO [stderr] | ^^^^^^^^^^^^^^^ associated type `Format` must be specified Nov 30 14:08:39.120 INFO [stderr] Nov 30 14:08:39.124 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.124 INFO [stderr] --> benches/message.rs:34:27 Nov 30 14:08:39.124 INFO [stderr] | Nov 30 14:08:39.124 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Nov 30 14:08:39.124 INFO [stderr] | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Nov 30 14:08:39.124 INFO [stderr] Nov 30 14:08:39.124 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 30 14:08:39.124 INFO [stderr] --> benches/message.rs:34:27 Nov 30 14:08:39.124 INFO [stderr] | Nov 30 14:08:39.124 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Nov 30 14:08:39.124 INFO [stderr] | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 30 14:08:39.124 INFO [stderr] | Nov 30 14:08:39.124 INFO [stderr] = note: the trait cannot require that `Self : Sized` Nov 30 14:08:39.124 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Nov 30 14:08:39.124 INFO [stderr] Nov 30 14:08:39.124 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.124 INFO [stderr] --> benches/message.rs:35:27 Nov 30 14:08:39.124 INFO [stderr] | Nov 30 14:08:39.124 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 30 14:08:39.124 INFO [stderr] | ^^^^^^^^^^^^^^^^ associated type `Format` must be specified Nov 30 14:08:39.124 INFO [stderr] Nov 30 14:08:39.128 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.128 INFO [stderr] --> benches/message.rs:35:27 Nov 30 14:08:39.128 INFO [stderr] | Nov 30 14:08:39.128 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 30 14:08:39.128 INFO [stderr] | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Nov 30 14:08:39.128 INFO [stderr] Nov 30 14:08:39.128 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 30 14:08:39.128 INFO [stderr] --> benches/message.rs:35:27 Nov 30 14:08:39.128 INFO [stderr] | Nov 30 14:08:39.128 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 30 14:08:39.128 INFO [stderr] | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 30 14:08:39.128 INFO [stderr] | Nov 30 14:08:39.128 INFO [stderr] = note: the trait cannot require that `Self : Sized` Nov 30 14:08:39.128 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Nov 30 14:08:39.128 INFO [stderr] Nov 30 14:08:39.200 INFO [stderr] error[E0308]: mismatched types Nov 30 14:08:39.202 INFO [stderr] --> benches/message.rs:33:22 Nov 30 14:08:39.202 INFO [stderr] | Nov 30 14:08:39.202 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Nov 30 14:08:39.202 INFO [stderr] | ______________________^ Nov 30 14:08:39.202 INFO [stderr] 34 | | Option::UriPath("temp".to_string()), Nov 30 14:08:39.202 INFO [stderr] 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 30 14:08:39.202 INFO [stderr] 36 | | .to_string())], Nov 30 14:08:39.202 INFO [stderr] | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Nov 30 14:08:39.202 INFO [stderr] | Nov 30 14:08:39.202 INFO [stderr] = note: expected type `tokio_coap::message::option::Options` Nov 30 14:08:39.202 INFO [stderr] found type `std::vec::Vec<_>` Nov 30 14:08:39.202 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.202 INFO [stderr] Nov 30 14:08:39.207 INFO [stderr] error: aborting due to 13 previous errors Nov 30 14:08:39.207 INFO [stderr] Nov 30 14:08:39.207 INFO [stderr] Some errors occurred: E0038, E0191, E0308, E0599. Nov 30 14:08:39.207 INFO [stderr] For more information about an error, try `rustc --explain E0038`. Nov 30 14:08:39.223 INFO [stderr] error: Could not compile `tokio-coap`. Nov 30 14:08:39.223 INFO [stderr] Nov 30 14:08:39.223 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 14:08:39.229 INFO [stderr] su: No module specific data is present Nov 30 14:08:39.634 INFO running `"docker" "inspect" "17a2ca03b981eb1974da3841553277962bdd69a505e5b441e0457b089e0be93c"` Nov 30 14:08:39.727 INFO running `"docker" "rm" "-f" "17a2ca03b981eb1974da3841553277962bdd69a505e5b441e0457b089e0be93c"` Nov 30 14:08:39.865 INFO [stdout] 17a2ca03b981eb1974da3841553277962bdd69a505e5b441e0457b089e0be93c