Dec 18 10:11:12.445 INFO checking tokio-coap-0.2.0 against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 18 10:11:12.445 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-5/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/reg/tokio-coap/0.2.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 10:11:12.903 INFO [stdout] 9a79583b7cf1a01b4f32f476d021f00937e2d9278cfa635eae313f84a1a09b0b Dec 18 10:11:12.905 INFO running `"docker" "start" "-a" "9a79583b7cf1a01b4f32f476d021f00937e2d9278cfa635eae313f84a1a09b0b"` Dec 18 10:11:13.860 INFO [stderr] Checking smallvec v0.5.1 Dec 18 10:11:14.515 INFO [stderr] Checking tokio-coap v0.2.0 (/opt/crater/workdir) Dec 18 10:11:17.492 INFO [stderr] error[E0308]: mismatched types Dec 18 10:11:17.492 INFO [stderr] --> benches/message.rs:17:20 Dec 18 10:11:17.492 INFO [stderr] | Dec 18 10:11:17.492 INFO [stderr] 17 | token: vec![34,65], Dec 18 10:11:17.492 INFO [stderr] | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Dec 18 10:11:17.509 INFO [stderr] | Dec 18 10:11:17.509 INFO [stderr] = note: expected type `smallvec::SmallVec<[u8; 8]>` Dec 18 10:11:17.509 INFO [stderr] found type `std::vec::Vec<{integer}>` Dec 18 10:11:17.509 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 18 10:11:17.509 INFO [stderr] Dec 18 10:11:17.565 INFO [stderr] error[E0308]: mismatched types Dec 18 10:11:17.565 INFO [stderr] --> benches/message.rs:18:22 Dec 18 10:11:17.565 INFO [stderr] | Dec 18 10:11:17.565 INFO [stderr] 18 | options: vec![], Dec 18 10:11:17.565 INFO [stderr] | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Dec 18 10:11:17.565 INFO [stderr] | Dec 18 10:11:17.565 INFO [stderr] = note: expected type `tokio_coap::message::option::Options` Dec 18 10:11:17.565 INFO [stderr] found type `std::vec::Vec<_>` Dec 18 10:11:17.565 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 18 10:11:17.565 INFO [stderr] Dec 18 10:11:17.635 INFO [stderr] error[E0308]: mismatched types Dec 18 10:11:17.635 INFO [stderr] --> benches/message.rs:32:20 Dec 18 10:11:17.635 INFO [stderr] | Dec 18 10:11:17.635 INFO [stderr] 32 | token: vec![], Dec 18 10:11:17.635 INFO [stderr] | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Dec 18 10:11:17.635 INFO [stderr] | Dec 18 10:11:17.635 INFO [stderr] = note: expected type `smallvec::SmallVec<[u8; 8]>` Dec 18 10:11:17.635 INFO [stderr] found type `std::vec::Vec<_>` Dec 18 10:11:17.635 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 18 10:11:17.635 INFO [stderr] Dec 18 10:11:17.635 INFO [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Dec 18 10:11:17.635 INFO [stderr] --> benches/message.rs:33:27 Dec 18 10:11:17.635 INFO [stderr] | Dec 18 10:11:17.635 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Dec 18 10:11:17.635 INFO [stderr] | ^^^^^^^^^^^^^^^ associated type `Format` must be specified Dec 18 10:11:17.635 INFO [stderr] Dec 18 10:11:17.636 INFO [stderr] error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Dec 18 10:11:17.636 INFO [stderr] --> benches/message.rs:33:27 Dec 18 10:11:17.636 INFO [stderr] | Dec 18 10:11:17.636 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Dec 18 10:11:17.636 INFO [stderr] | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Dec 18 10:11:17.636 INFO [stderr] Dec 18 10:11:17.637 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 18 10:11:17.637 INFO [stderr] --> benches/message.rs:33:27 Dec 18 10:11:17.637 INFO [stderr] | Dec 18 10:11:17.637 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Dec 18 10:11:17.637 INFO [stderr] | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 18 10:11:17.637 INFO [stderr] | Dec 18 10:11:17.637 INFO [stderr] = note: the trait cannot require that `Self : Sized` Dec 18 10:11:17.637 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Dec 18 10:11:17.637 INFO [stderr] Dec 18 10:11:17.637 INFO [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Dec 18 10:11:17.637 INFO [stderr] --> benches/message.rs:34:27 Dec 18 10:11:17.637 INFO [stderr] | Dec 18 10:11:17.637 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Dec 18 10:11:17.637 INFO [stderr] | ^^^^^^^^^^^^^^^ associated type `Format` must be specified Dec 18 10:11:17.637 INFO [stderr] Dec 18 10:11:17.640 INFO [stderr] error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Dec 18 10:11:17.640 INFO [stderr] --> benches/message.rs:34:27 Dec 18 10:11:17.640 INFO [stderr] | Dec 18 10:11:17.640 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Dec 18 10:11:17.640 INFO [stderr] | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Dec 18 10:11:17.640 INFO [stderr] Dec 18 10:11:17.640 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 18 10:11:17.640 INFO [stderr] --> benches/message.rs:34:27 Dec 18 10:11:17.640 INFO [stderr] | Dec 18 10:11:17.640 INFO [stderr] 34 | Option::UriPath("temp".to_string()), Dec 18 10:11:17.640 INFO [stderr] | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 18 10:11:17.640 INFO [stderr] | Dec 18 10:11:17.640 INFO [stderr] = note: the trait cannot require that `Self : Sized` Dec 18 10:11:17.640 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Dec 18 10:11:17.640 INFO [stderr] Dec 18 10:11:17.640 INFO [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Dec 18 10:11:17.640 INFO [stderr] --> benches/message.rs:35:27 Dec 18 10:11:17.640 INFO [stderr] | Dec 18 10:11:17.640 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Dec 18 10:11:17.640 INFO [stderr] | ^^^^^^^^^^^^^^^^ associated type `Format` must be specified Dec 18 10:11:17.640 INFO [stderr] Dec 18 10:11:17.642 INFO [stderr] error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Dec 18 10:11:17.642 INFO [stderr] --> benches/message.rs:35:27 Dec 18 10:11:17.642 INFO [stderr] | Dec 18 10:11:17.642 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Dec 18 10:11:17.642 INFO [stderr] | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Dec 18 10:11:17.642 INFO [stderr] Dec 18 10:11:17.642 INFO [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 18 10:11:17.642 INFO [stderr] --> benches/message.rs:35:27 Dec 18 10:11:17.642 INFO [stderr] | Dec 18 10:11:17.642 INFO [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Dec 18 10:11:17.642 INFO [stderr] | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Dec 18 10:11:17.643 INFO [stderr] | Dec 18 10:11:17.643 INFO [stderr] = note: the trait cannot require that `Self : Sized` Dec 18 10:11:17.643 INFO [stderr] = note: the trait cannot contain associated consts like `NUMBER` Dec 18 10:11:17.643 INFO [stderr] Dec 18 10:11:17.697 INFO [stderr] error[E0308]: mismatched types Dec 18 10:11:17.697 INFO [stderr] --> benches/message.rs:33:22 Dec 18 10:11:17.697 INFO [stderr] | Dec 18 10:11:17.697 INFO [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), Dec 18 10:11:17.697 INFO [stderr] | ______________________^ Dec 18 10:11:17.697 INFO [stderr] 34 | | Option::UriPath("temp".to_string()), Dec 18 10:11:17.697 INFO [stderr] 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Dec 18 10:11:17.697 INFO [stderr] 36 | | .to_string())], Dec 18 10:11:17.697 INFO [stderr] | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Dec 18 10:11:17.697 INFO [stderr] | Dec 18 10:11:17.697 INFO [stderr] = note: expected type `tokio_coap::message::option::Options` Dec 18 10:11:17.697 INFO [stderr] found type `std::vec::Vec<_>` Dec 18 10:11:17.697 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 18 10:11:17.697 INFO [stderr] Dec 18 10:11:17.705 INFO [stderr] error: aborting due to 13 previous errors Dec 18 10:11:17.705 INFO [stderr] Dec 18 10:11:17.705 INFO [stderr] Some errors occurred: E0038, E0191, E0308, E0599. Dec 18 10:11:17.705 INFO [stderr] For more information about an error, try `rustc --explain E0038`. Dec 18 10:11:17.719 INFO [stderr] error: Could not compile `tokio-coap`. Dec 18 10:11:17.719 INFO [stderr] Dec 18 10:11:17.719 INFO [stderr] To learn more, run the command again with --verbose. Dec 18 10:11:18.082 INFO running `"docker" "inspect" "9a79583b7cf1a01b4f32f476d021f00937e2d9278cfa635eae313f84a1a09b0b"` Dec 18 10:11:18.158 INFO running `"docker" "rm" "-f" "9a79583b7cf1a01b4f32f476d021f00937e2d9278cfa635eae313f84a1a09b0b"` Dec 18 10:11:18.283 INFO [stdout] 9a79583b7cf1a01b4f32f476d021f00937e2d9278cfa635eae313f84a1a09b0b