[INFO] crate tokio-coap 0.2.0 is already in cache [INFO] extracting crate tokio-coap 0.2.0 into work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/tokio-coap/0.2.0 [INFO] extracting crate tokio-coap 0.2.0 into work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/tokio-coap/0.2.0 [INFO] validating manifest of tokio-coap-0.2.0 on toolchain master#f66e4697ae286985ddefc53c3a047614568458bb [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tokio-coap-0.2.0 on toolchain try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tokio-coap-0.2.0 [INFO] finished frobbing tokio-coap-0.2.0 [INFO] frobbed toml for tokio-coap-0.2.0 written to work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/tokio-coap/0.2.0/Cargo.toml [INFO] started frobbing tokio-coap-0.2.0 [INFO] finished frobbing tokio-coap-0.2.0 [INFO] frobbed toml for tokio-coap-0.2.0 written to work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/tokio-coap/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking tokio-coap-0.2.0 against master#f66e4697ae286985ddefc53c3a047614568458bb for pr-58592 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58592/worker-2/master#f66e4697ae286985ddefc53c3a047614568458bb:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/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" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 1f1d52ddd14c026671f1710adbf496fc6f88f7aef7d2c72d2916ef5ba70c34b4 [INFO] running `"docker" "start" "-a" "1f1d52ddd14c026671f1710adbf496fc6f88f7aef7d2c72d2916ef5ba70c34b4"` [INFO] [stderr] Checking smallvec v0.5.1 [INFO] [stderr] Checking tokio-coap v0.2.0 (/opt/crater/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> benches/message.rs:17:20 [INFO] [stderr] | [INFO] [stderr] 17 | token: vec![34,65], [INFO] [stderr] | ^^^^^^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = note: expected type `smallvec::SmallVec<[u8; 8]>` [INFO] [stderr] found type `std::vec::Vec<{integer}>` [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) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> benches/message.rs:18:22 [INFO] [stderr] | [INFO] [stderr] 18 | options: vec![], [INFO] [stderr] | ^^^^^^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = note: expected type `tokio_coap::message::option::Options` [INFO] [stderr] found type `std::vec::Vec<_>` [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) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> benches/message.rs:32:20 [INFO] [stderr] | [INFO] [stderr] 32 | token: vec![], [INFO] [stderr] | ^^^^^^ expected struct `smallvec::SmallVec`, found struct `std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = note: expected type `smallvec::SmallVec<[u8; 8]>` [INFO] [stderr] found type `std::vec::Vec<_>` [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) [INFO] [stderr] [INFO] [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified [INFO] [stderr] --> benches/message.rs:33:27 [INFO] [stderr] | [INFO] [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), [INFO] [stderr] | ^^^^^^^^^^^^^^^ associated type `Format` must be specified [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope [INFO] [stderr] --> benches/message.rs:33:35 [INFO] [stderr] | [INFO] [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), [INFO] [stderr] | --------^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | associated item not found in `dyn tokio_coap::message::option::Option` [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object [INFO] [stderr] --> benches/message.rs:33:27 [INFO] [stderr] | [INFO] [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), [INFO] [stderr] | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot require that `Self : Sized` [INFO] [stderr] = note: the trait cannot contain associated consts like `NUMBER` [INFO] [stderr] [INFO] [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified [INFO] [stderr] --> benches/message.rs:34:27 [INFO] [stderr] | [INFO] [stderr] 34 | Option::UriPath("temp".to_string()), [INFO] [stderr] | ^^^^^^^^^^^^^^^ associated type `Format` must be specified [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `UriPath` found for type `dyn tokio_coap::message::option::Option` in the current scope [INFO] [stderr] --> benches/message.rs:34:35 [INFO] [stderr] | [INFO] [stderr] 34 | Option::UriPath("temp".to_string()), [INFO] [stderr] | --------^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | associated item not found in `dyn tokio_coap::message::option::Option` [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object [INFO] [stderr] --> benches/message.rs:34:27 [INFO] [stderr] | [INFO] [stderr] 34 | Option::UriPath("temp".to_string()), [INFO] [stderr] | ^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot require that `Self : Sized` [INFO] [stderr] = note: the trait cannot contain associated consts like `NUMBER` [INFO] [stderr] [INFO] [stderr] error[E0191]: the value of the associated type `Format` (from the trait `tokio_coap::message::option::Option`) must be specified [INFO] [stderr] --> benches/message.rs:35:27 [INFO] [stderr] | [INFO] [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" [INFO] [stderr] | ^^^^^^^^^^^^^^^^ associated type `Format` must be specified [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `UriQuery` found for type `dyn tokio_coap::message::option::Option` in the current scope [INFO] [stderr] --> benches/message.rs:35:35 [INFO] [stderr] | [INFO] [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" [INFO] [stderr] | --------^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | associated item not found in `dyn tokio_coap::message::option::Option` [INFO] [stderr] [INFO] [stderr] error[E0038]: the trait `tokio_coap::message::option::Option` cannot be made into an object [INFO] [stderr] --> benches/message.rs:35:27 [INFO] [stderr] | [INFO] [stderr] 35 | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" [INFO] [stderr] | ^^^^^^^^^^^^^^^^ the trait `tokio_coap::message::option::Option` cannot be made into an object [INFO] [stderr] | [INFO] [stderr] = note: the trait cannot require that `Self : Sized` [INFO] [stderr] = note: the trait cannot contain associated consts like `NUMBER` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> benches/message.rs:33:22 [INFO] [stderr] | [INFO] [stderr] 33 | options: vec![Option::UriPath("1a".to_string()), [INFO] [stderr] | ______________________^ [INFO] [stderr] 34 | | Option::UriPath("temp".to_string()), [INFO] [stderr] 35 | | Option::UriQuery("a32c85ba9dda45823be416246cf8b433baa068d7" [INFO] [stderr] 36 | | .to_string())], [INFO] [stderr] | |____________________________________________^ expected struct `tokio_coap::message::option::Options`, found struct `std::vec::Vec` [INFO] [stderr] | [INFO] [stderr] = note: expected type `tokio_coap::message::option::Options` [INFO] [stderr] found type `std::vec::Vec<_>` [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) [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors occurred: E0038, E0191, E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0038`. [INFO] [stderr] error: Could not compile `tokio-coap`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1f1d52ddd14c026671f1710adbf496fc6f88f7aef7d2c72d2916ef5ba70c34b4"` [INFO] running `"docker" "rm" "-f" "1f1d52ddd14c026671f1710adbf496fc6f88f7aef7d2c72d2916ef5ba70c34b4"` [INFO] [stdout] 1f1d52ddd14c026671f1710adbf496fc6f88f7aef7d2c72d2916ef5ba70c34b4