[INFO] fetching crate enum-utils 0.1.1... [INFO] checking enum-utils-0.1.1 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate enum-utils 0.1.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate enum-utils 0.1.1 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate enum-utils 0.1.1 [INFO] finished tweaking crates.io crate enum-utils 0.1.1 [INFO] tweaked toml for crates.io crate enum-utils 0.1.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded enum-utils-from-str v0.1.2 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c575522407d65f840e2961a0d6e0451cada4bb657f6e77bbc2f99d40c61a903c [INFO] running `"docker" "start" "-a" "c575522407d65f840e2961a0d6e0451cada4bb657f6e77bbc2f99d40c61a903c"` [INFO] [stderr] Checking enum-utils-from-str v0.1.2 [INFO] [stderr] Checking serde_derive_internals v0.24.1 [INFO] [stderr] Checking enum-utils v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0369]: binary operation `!=` cannot be applied to type `syn::data::Fields` [INFO] [stderr] --> src/attr.rs:345:25 [INFO] [stderr] | [INFO] [stderr] 345 | if v.fields != syn::Fields::Unit { [INFO] [stderr] | -------- ^^ ----------------- syn::data::Fields [INFO] [stderr] | | [INFO] [stderr] | syn::data::Fields [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `syn::data::Fields` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `!=` cannot be applied to type `syn::data::Fields` [INFO] [stderr] --> src/iter.rs:76:29 [INFO] [stderr] | [INFO] [stderr] 76 | if v.fields != syn::Fields::Unit { [INFO] [stderr] | -------- ^^ ----------------- syn::data::Fields [INFO] [stderr] | | [INFO] [stderr] | syn::data::Fields [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `syn::data::Fields` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `!=` cannot be applied to type `syn::data::Fields` [INFO] [stderr] --> src/from_str.rs:27:25 [INFO] [stderr] | [INFO] [stderr] 27 | if v.fields != syn::Fields::Unit { [INFO] [stderr] | -------- ^^ ----------------- syn::data::Fields [INFO] [stderr] | | [INFO] [stderr] | syn::data::Fields [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `syn::data::Fields` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `proc_macro2::TokenStream: quote::to_tokens::ToTokens` is not satisfied [INFO] [stderr] --> src/from_str.rs:67:36 [INFO] [stderr] | [INFO] [stderr] 67 | trie.entry(alias.as_str(), path); [INFO] [stderr] | ^^^^ the trait `quote::to_tokens::ToTokens` is not implemented for `proc_macro2::TokenStream` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `enum_utils_from_str::StrMapFunc: quote::to_tokens::ToTokens` is not satisfied [INFO] [stderr] --> src/from_str.rs:70:8 [INFO] [stderr] | [INFO] [stderr] 70 | Ok(quote!{ [INFO] [stderr] | ________^ [INFO] [stderr] 71 | | impl ::std::str::FromStr for #enum_name { [INFO] [stderr] 72 | | type Err = (); [INFO] [stderr] 73 | | [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | }) [INFO] [stderr] | |_____^ the trait `quote::to_tokens::ToTokens` is not implemented for `enum_utils_from_str::StrMapFunc` [INFO] [stderr] | [INFO] [stderr] = note: required by `quote::to_tokens::ToTokens::to_tokens` [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[E0369]: binary operation `!=` cannot be applied to type `syn::data::Fields` [INFO] [stderr] --> src/conv.rs:22:21 [INFO] [stderr] | [INFO] [stderr] 22 | if v.fields != syn::Fields::Unit { [INFO] [stderr] | -------- ^^ ----------------- syn::data::Fields [INFO] [stderr] | | [INFO] [stderr] | syn::data::Fields [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `syn::data::Fields` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `!=` cannot be applied to type `syn::data::Fields` [INFO] [stderr] --> src/conv.rs:83:21 [INFO] [stderr] | [INFO] [stderr] 83 | if v.fields != syn::Fields::Unit { [INFO] [stderr] | -------- ^^ ----------------- syn::data::Fields [INFO] [stderr] | | [INFO] [stderr] | syn::data::Fields [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `syn::data::Fields` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0369. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `enum-utils`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0369]: binary operation `!=` cannot be applied to type `syn::data::Fields` [INFO] [stderr] --> src/attr.rs:345:25 [INFO] [stderr] | [INFO] [stderr] 345 | if v.fields != syn::Fields::Unit { [INFO] [stderr] | -------- ^^ ----------------- syn::data::Fields [INFO] [stderr] | | [INFO] [stderr] | syn::data::Fields [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `syn::data::Fields` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `!=` cannot be applied to type `syn::data::Fields` [INFO] [stderr] --> src/iter.rs:76:29 [INFO] [stderr] | [INFO] [stderr] 76 | if v.fields != syn::Fields::Unit { [INFO] [stderr] | -------- ^^ ----------------- syn::data::Fields [INFO] [stderr] | | [INFO] [stderr] | syn::data::Fields [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `syn::data::Fields` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `!=` cannot be applied to type `syn::data::Fields` [INFO] [stderr] --> src/from_str.rs:27:25 [INFO] [stderr] | [INFO] [stderr] 27 | if v.fields != syn::Fields::Unit { [INFO] [stderr] | -------- ^^ ----------------- syn::data::Fields [INFO] [stderr] | | [INFO] [stderr] | syn::data::Fields [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `syn::data::Fields` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `proc_macro2::TokenStream: quote::to_tokens::ToTokens` is not satisfied [INFO] [stderr] --> src/from_str.rs:67:36 [INFO] [stderr] | [INFO] [stderr] 67 | trie.entry(alias.as_str(), path); [INFO] [stderr] | ^^^^ the trait `quote::to_tokens::ToTokens` is not implemented for `proc_macro2::TokenStream` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `enum_utils_from_str::StrMapFunc: quote::to_tokens::ToTokens` is not satisfied [INFO] [stderr] --> src/from_str.rs:70:8 [INFO] [stderr] | [INFO] [stderr] 70 | Ok(quote!{ [INFO] [stderr] | ________^ [INFO] [stderr] 71 | | impl ::std::str::FromStr for #enum_name { [INFO] [stderr] 72 | | type Err = (); [INFO] [stderr] 73 | | [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | }) [INFO] [stderr] | |_____^ the trait `quote::to_tokens::ToTokens` is not implemented for `enum_utils_from_str::StrMapFunc` [INFO] [stderr] | [INFO] [stderr] = note: required by `quote::to_tokens::ToTokens::to_tokens` [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[E0369]: binary operation `!=` cannot be applied to type `syn::data::Fields` [INFO] [stderr] --> src/conv.rs:22:21 [INFO] [stderr] | [INFO] [stderr] 22 | if v.fields != syn::Fields::Unit { [INFO] [stderr] | -------- ^^ ----------------- syn::data::Fields [INFO] [stderr] | | [INFO] [stderr] | syn::data::Fields [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `syn::data::Fields` [INFO] [stderr] [INFO] [stderr] error[E0369]: binary operation `!=` cannot be applied to type `syn::data::Fields` [INFO] [stderr] --> src/conv.rs:83:21 [INFO] [stderr] | [INFO] [stderr] 83 | if v.fields != syn::Fields::Unit { [INFO] [stderr] | -------- ^^ ----------------- syn::data::Fields [INFO] [stderr] | | [INFO] [stderr] | syn::data::Fields [INFO] [stderr] | [INFO] [stderr] = note: an implementation of `std::cmp::PartialEq` might be missing for `syn::data::Fields` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0369. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `enum-utils`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "c575522407d65f840e2961a0d6e0451cada4bb657f6e77bbc2f99d40c61a903c"` [INFO] running `"docker" "rm" "-f" "c575522407d65f840e2961a0d6e0451cada4bb657f6e77bbc2f99d40c61a903c"` [INFO] [stdout] c575522407d65f840e2961a0d6e0451cada4bb657f6e77bbc2f99d40c61a903c