Nov 07 07:34:03.264 INFO checking tokio-coap-0.2.0 against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 07 07:34:03.267 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-6/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dduplicate_associated_type_bindings" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 07 07:34:03.727 INFO blam! c02c99c48d308d98f3250107449f0d760dcba3066665f98246ae573852596571 Nov 07 07:34:03.740 INFO running `"docker" "start" "-a" "c02c99c48d308d98f3250107449f0d760dcba3066665f98246ae573852596571"` Nov 07 07:34:05.005 INFO kablam! usermod: no changes Nov 07 07:34:05.292 INFO kablam! Checking smallvec v0.5.1 Nov 07 07:34:06.336 INFO kablam! Checking tokio-coap v0.2.0 (/source) Nov 07 07:34:18.793 INFO kablam! error[E0308]: mismatched types Nov 07 07:34:18.793 INFO kablam! --> benches/message.rs:17:20 Nov 07 07:34:18.793 INFO kablam! | Nov 07 07:34:18.793 INFO kablam! 17 | token: vec![34,65], Nov 07 07:34:18.794 INFO kablam! | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Nov 07 07:34:18.794 INFO kablam! | Nov 07 07:34:18.794 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Nov 07 07:34:18.794 INFO kablam! found type `std::vec::Vec<{integer}>` Nov 07 07:34:18.794 INFO kablam! = 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 07 07:34:18.794 INFO kablam! Nov 07 07:34:18.864 INFO kablam! error[E0308]: mismatched types Nov 07 07:34:18.864 INFO kablam! --> benches/message.rs:18:22 Nov 07 07:34:18.864 INFO kablam! | Nov 07 07:34:18.864 INFO kablam! 18 | options: vec![], Nov 07 07:34:18.864 INFO kablam! | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Nov 07 07:34:18.864 INFO kablam! | Nov 07 07:34:18.864 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Nov 07 07:34:18.864 INFO kablam! found type `std::vec::Vec<_>` Nov 07 07:34:18.864 INFO kablam! = 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 07 07:34:18.864 INFO kablam! Nov 07 07:34:18.973 INFO kablam! error[E0308]: mismatched types Nov 07 07:34:18.973 INFO kablam! --> benches/message.rs:32:20 Nov 07 07:34:18.973 INFO kablam! | Nov 07 07:34:18.973 INFO kablam! 32 | token: vec![], Nov 07 07:34:18.973 INFO kablam! | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` Nov 07 07:34:18.973 INFO kablam! | Nov 07 07:34:18.973 INFO kablam! = note: expected type `smallvec::SmallVec<[u8; 8]>` Nov 07 07:34:18.973 INFO kablam! found type `std::vec::Vec<_>` Nov 07 07:34:18.973 INFO kablam! = 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 07 07:34:18.973 INFO kablam! Nov 07 07:34:18.973 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Nov 07 07:34:18.973 INFO kablam! --> benches/message.rs:33:27 Nov 07 07:34:18.973 INFO kablam! | Nov 07 07:34:18.973 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Nov 07 07:34:18.973 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Nov 07 07:34:18.973 INFO kablam! Nov 07 07:34:18.981 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Nov 07 07:34:18.981 INFO kablam! --> benches/message.rs:33:27 Nov 07 07:34:18.981 INFO kablam! | Nov 07 07:34:18.981 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Nov 07 07:34:18.981 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Nov 07 07:34:18.981 INFO kablam! Nov 07 07:34:18.981 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 07 07:34:18.981 INFO kablam! --> benches/message.rs:33:27 Nov 07 07:34:18.981 INFO kablam! | Nov 07 07:34:18.981 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Nov 07 07:34:18.981 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 07 07:34:18.981 INFO kablam! | Nov 07 07:34:18.981 INFO kablam! = note: the trait cannot require that `Self : Sized` Nov 07 07:34:18.981 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Nov 07 07:34:18.981 INFO kablam! Nov 07 07:34:18.981 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Nov 07 07:34:18.981 INFO kablam! --> benches/message.rs:34:27 Nov 07 07:34:18.981 INFO kablam! | Nov 07 07:34:18.981 INFO kablam! 34 | Option::UriPath("temp".to_string()), Nov 07 07:34:18.981 INFO kablam! | ^^^^^^^^^^^^^^^ missing associated type `Format` value Nov 07 07:34:18.981 INFO kablam! Nov 07 07:34:18.981 INFO kablam! error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope Nov 07 07:34:18.981 INFO kablam! --> benches/message.rs:34:27 Nov 07 07:34:18.981 INFO kablam! | Nov 07 07:34:18.981 INFO kablam! 34 | Option::UriPath("temp".to_string()), Nov 07 07:34:18.981 INFO kablam! | ^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Nov 07 07:34:18.981 INFO kablam! Nov 07 07:34:18.981 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 07 07:34:18.981 INFO kablam! --> benches/message.rs:34:27 Nov 07 07:34:18.981 INFO kablam! | Nov 07 07:34:18.981 INFO kablam! 34 | Option::UriPath("temp".to_string()), Nov 07 07:34:18.981 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 07 07:34:18.981 INFO kablam! | Nov 07 07:34:18.981 INFO kablam! = note: the trait cannot require that `Self : Sized` Nov 07 07:34:18.981 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Nov 07 07:34:18.981 INFO kablam! Nov 07 07:34:18.981 INFO kablam! error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified Nov 07 07:34:18.981 INFO kablam! --> benches/message.rs:35:27 Nov 07 07:34:18.981 INFO kablam! | Nov 07 07:34:18.981 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 07 07:34:18.981 INFO kablam! | ^^^^^^^^^^^^^^^^ missing associated type `Format` value Nov 07 07:34:18.981 INFO kablam! Nov 07 07:34:18.986 INFO kablam! error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope Nov 07 07:34:18.986 INFO kablam! --> benches/message.rs:35:27 Nov 07 07:34:18.986 INFO kablam! | Nov 07 07:34:18.986 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 07 07:34:18.986 INFO kablam! | ^^^^^^^^^^^^^^^^ associated item not found in `dyn tokio_coap::message::option::Option` Nov 07 07:34:18.986 INFO kablam! Nov 07 07:34:18.986 INFO kablam! error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 07 07:34:18.986 INFO kablam! --> benches/message.rs:35:27 Nov 07 07:34:18.986 INFO kablam! | Nov 07 07:34:18.986 INFO kablam! 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 07 07:34:18.986 INFO kablam! | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object Nov 07 07:34:18.986 INFO kablam! | Nov 07 07:34:18.986 INFO kablam! = note: the trait cannot require that `Self : Sized` Nov 07 07:34:18.986 INFO kablam! = note: the trait cannot contain associated consts like `NUMBER` Nov 07 07:34:18.986 INFO kablam! Nov 07 07:34:19.060 INFO kablam! error[E0308]: mismatched types Nov 07 07:34:19.060 INFO kablam! --> benches/message.rs:33:22 Nov 07 07:34:19.060 INFO kablam! | Nov 07 07:34:19.060 INFO kablam! 33 | options: vec![Option::UriPath("1a".to_string()), Nov 07 07:34:19.060 INFO kablam! | ______________________^ Nov 07 07:34:19.060 INFO kablam! 34 | | Option::UriPath("temp".to_string()), Nov 07 07:34:19.060 INFO kablam! 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" Nov 07 07:34:19.060 INFO kablam! 36 | | .to_string())], Nov 07 07:34:19.060 INFO kablam! | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` Nov 07 07:34:19.060 INFO kablam! | Nov 07 07:34:19.060 INFO kablam! = note: expected type `tokio_coap::message::option::Options` Nov 07 07:34:19.060 INFO kablam! found type `std::vec::Vec<_>` Nov 07 07:34:19.060 INFO kablam! = 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 07 07:34:19.060 INFO kablam! Nov 07 07:34:19.068 INFO kablam! error: aborting due to 13 previous errors Nov 07 07:34:19.068 INFO kablam! Nov 07 07:34:19.068 INFO kablam! Some errors occurred: E0038, E0191, E0308, E0599. Nov 07 07:34:19.068 INFO kablam! For more information about an error, try `rustc --explain E0038`. Nov 07 07:34:19.088 INFO kablam! error: Could not compile `tokio-coap`. Nov 07 07:34:19.089 INFO kablam! Nov 07 07:34:19.089 INFO kablam! To learn more, run the command again with --verbose. Nov 07 07:34:19.096 INFO kablam! su: No module specific data is present Nov 07 07:34:19.748 INFO running `"docker" "rm" "-f" "c02c99c48d308d98f3250107449f0d760dcba3066665f98246ae573852596571"` Nov 07 07:34:20.020 INFO blam! c02c99c48d308d98f3250107449f0d760dcba3066665f98246ae573852596571