[INFO] crate try_clone_derive 0.1.0 is already in cache [INFO] checking try_clone_derive-0.1.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate try_clone_derive 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate try_clone_derive 0.1.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate try_clone_derive 0.1.0 [INFO] finished tweaking crates.io crate try_clone_derive 0.1.0 [INFO] tweaked toml for crates.io crate try_clone_derive 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fallible_collections v0.1.2 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] 6633a49f6520583a3d464205b6c2e50f70007cfe734ad1be8b38f76ca4f50ceb [INFO] running `"docker" "start" "-a" "6633a49f6520583a3d464205b6c2e50f70007cfe734ad1be8b38f76ca4f50ceb"` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Compiling ahash v0.3.3 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Checking quote v1.0.4 [INFO] [stderr] Checking fallible_collections v0.1.2 [INFO] [stderr] Compiling proc-quote-impl v0.3.2 [INFO] [stderr] Checking proc-quote v0.3.2 [INFO] [stderr] Checking try_clone_derive v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0053]: method `try_clone` has an incompatible type for trait [INFO] [stderr] --> tests/test.rs:8:17 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Debug, TryClone, PartialEq)] [INFO] [stderr] | ^^^^^^^^ expected enum `hashbrown::CollectionAllocErr`, found enum `std::collections::TryReserveError` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(&Unit) -> std::result::Result<_, hashbrown::CollectionAllocErr>` [INFO] [stderr] found fn pointer `fn(&Unit) -> std::result::Result<_, std::collections::TryReserveError>` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0053]: method `try_clone` has an incompatible type for trait [INFO] [stderr] --> tests/test.rs:11:17 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug, TryClone, PartialEq)] [INFO] [stderr] | ^^^^^^^^ expected enum `hashbrown::CollectionAllocErr`, found enum `std::collections::TryReserveError` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(&Struct) -> std::result::Result<_, hashbrown::CollectionAllocErr>` [INFO] [stderr] found fn pointer `fn(&Struct) -> std::result::Result<_, std::collections::TryReserveError>` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0053]: method `try_clone` has an incompatible type for trait [INFO] [stderr] --> tests/test.rs:17:17 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(Debug, TryClone, PartialEq)] [INFO] [stderr] | ^^^^^^^^ expected enum `hashbrown::CollectionAllocErr`, found enum `std::collections::TryReserveError` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(&TupleStruct) -> std::result::Result<_, hashbrown::CollectionAllocErr>` [INFO] [stderr] found fn pointer `fn(&TupleStruct) -> std::result::Result<_, std::collections::TryReserveError>` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0053]: method `try_clone` has an incompatible type for trait [INFO] [stderr] --> tests/test.rs:38:17 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, TryClone, PartialEq)] [INFO] [stderr] | ^^^^^^^^ expected enum `hashbrown::CollectionAllocErr`, found enum `std::collections::TryReserveError` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(&Enum) -> std::result::Result<_, hashbrown::CollectionAllocErr>` [INFO] [stderr] found fn pointer `fn(&Enum) -> std::result::Result<_, std::collections::TryReserveError>` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::collections::TryReserveError: std::convert::From` is not satisfied [INFO] [stderr] --> tests/test.rs:11:24 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Debug, TryClone, PartialEq)] [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `std::collections::TryReserveError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::collections::TryReserveError: std::convert::From` is not satisfied [INFO] [stderr] --> tests/test.rs:17:24 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(Debug, TryClone, PartialEq)] [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `std::collections::TryReserveError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `std::collections::TryReserveError: std::convert::From` is not satisfied [INFO] [stderr] --> tests/test.rs:38:24 [INFO] [stderr] | [INFO] [stderr] 38 | #[derive(Debug, TryClone, PartialEq)] [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `std::collections::TryReserveError` [INFO] [stderr] | [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0053, E0277. [INFO] [stderr] For more information about an error, try `rustc --explain E0053`. [INFO] [stderr] error: could not compile `try_clone_derive`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6633a49f6520583a3d464205b6c2e50f70007cfe734ad1be8b38f76ca4f50ceb"` [INFO] running `"docker" "rm" "-f" "6633a49f6520583a3d464205b6c2e50f70007cfe734ad1be8b38f76ca4f50ceb"` [INFO] [stdout] 6633a49f6520583a3d464205b6c2e50f70007cfe734ad1be8b38f76ca4f50ceb