[INFO] fetching crate whois-rust 1.3.2... [INFO] checking whois-rust-1.3.2 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate whois-rust 1.3.2 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate whois-rust 1.3.2 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate whois-rust 1.3.2 [INFO] finished tweaking crates.io crate whois-rust 1.3.2 [INFO] tweaked toml for crates.io crate whois-rust 1.3.2 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded enum-ordinalize v3.1.10 [INFO] [stderr] Downloaded educe v0.4.18 [INFO] [stderr] Downloaded validators-derive v0.22.5 [INFO] [stderr] Downloaded validators v0.22.5 [INFO] [stderr] Downloaded validators-options v0.22.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2d8904f588d058af55e091e5d3a5464329a8d4050e94c35df051a8e00147bfe1 [INFO] running `Command { std: "docker" "start" "-a" "2d8904f588d058af55e091e5d3a5464329a8d4050e94c35df051a8e00147bfe1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2d8904f588d058af55e091e5d3a5464329a8d4050e94c35df051a8e00147bfe1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d8904f588d058af55e091e5d3a5464329a8d4050e94c35df051a8e00147bfe1", kill_on_drop: false }` [INFO] [stdout] 2d8904f588d058af55e091e5d3a5464329a8d4050e94c35df051a8e00147bfe1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d07d807c18a0dfdeb0fedb071550a9f8b2686041881d96c824d990f8f5d5619c [INFO] running `Command { std: "docker" "start" "-a" "d07d807c18a0dfdeb0fedb071550a9f8b2686041881d96c824d990f8f5d5619c", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo. [INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously. [INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html [INFO] [stderr] When building the following dependencies, the given features will no longer be used: [INFO] [stderr] [INFO] [stderr] validators v0.22.5: host, idna, std [INFO] [stderr] [INFO] [stderr] Compiling serde v1.0.128 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling tokio v1.10.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling enum-ordinalize v3.1.10 [INFO] [stderr] Checking serde_json v1.0.66 [INFO] [stderr] Compiling educe v0.4.18 [INFO] [stderr] Compiling validators-options v0.22.1 [INFO] [stderr] Checking validators v0.22.5 [INFO] [stderr] Compiling validators-derive v0.22.5 [INFO] [stderr] Checking whois-rust v1.3.2 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.96s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking validators v0.22.5 [INFO] [stderr] Checking whois-rust v1.3.2 (/tmp/fixit) [INFO] [stdout] error[E0432]: unresolved import `crate::validators::models::Host` [INFO] [stdout] --> src/target.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::validators::models::Host; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Host` in `models` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::validators::models::Host` [INFO] [stdout] --> src/who_is.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use crate::validators::models::Host; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Host` in `models` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::validators::HostError` [INFO] [stdout] --> src/who_is_error.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::validators::HostError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `HostError` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::validators::models::Host` [INFO] [stdout] --> src/who_is_host.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::validators::models::Host; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Host` in `models` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::validators::models::Host` [INFO] [stdout] --> src/target.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::validators::models::Host; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Host` in `models` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::validators::models::Host` [INFO] [stdout] --> src/who_is.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | use crate::validators::models::Host; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Host` in `models` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::validators::HostError` [INFO] [stdout] --> src/who_is_error.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use crate::validators::HostError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `HostError` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::validators::models::Host` [INFO] [stdout] --> src/who_is_host.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::validators::models::Host; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Host` in `models` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `HostError` in `validators_prelude` [INFO] [stdout] --> src/target.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ could not find `HostError` in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Host` in `validators_prelude` [INFO] [stdout] --> src/target.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ could not find `Host` in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `idna` in `validators_prelude` [INFO] [stdout] --> src/target.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ could not find `idna` in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `HostError` in `validators_prelude` [INFO] [stdout] --> src/who_is_host.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ could not find `HostError` in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Host` in `validators_prelude` [INFO] [stdout] --> src/who_is_host.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ could not find `Host` in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `idna` in `validators_prelude` [INFO] [stdout] --> src/who_is_host.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ could not find `idna` in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Host` in module `validators_prelude` [INFO] [stdout] --> src/target.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HostError` in module `validators_prelude` [INFO] [stdout] --> src/target.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: there is an enum variant `crate::WhoIsError::HostError`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, crate::WhoIsError)] [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Ipv6Addr` in `validators_prelude` [INFO] [stdout] --> src/target.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::net::Ipv6Addr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Ipv4Addr` in `validators_prelude` [INFO] [stdout] --> src/target.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::net::Ipv4Addr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Host` in module `validators_prelude` [INFO] [stdout] --> src/who_is_host.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HostError` in module `validators_prelude` [INFO] [stdout] --> src/who_is_host.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: there is an enum variant `crate::WhoIsError::HostError`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, crate::WhoIsError)] [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Ipv6Addr` in `validators_prelude` [INFO] [stdout] --> src/who_is_host.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::net::Ipv6Addr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Ipv4Addr` in `validators_prelude` [INFO] [stdout] --> src/who_is_host.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::net::Ipv4Addr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `whois-rust` due to 19 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: could not find `HostError` in `validators_prelude` [INFO] [stdout] --> src/target.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ could not find `HostError` in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Host` in `validators_prelude` [INFO] [stdout] --> src/target.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ could not find `Host` in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `idna` in `validators_prelude` [INFO] [stdout] --> src/target.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ could not find `idna` in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `HostError` in `validators_prelude` [INFO] [stdout] --> src/who_is_host.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ could not find `HostError` in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Host` in `validators_prelude` [INFO] [stdout] --> src/who_is_host.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ could not find `Host` in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `idna` in `validators_prelude` [INFO] [stdout] --> src/who_is_host.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ could not find `idna` in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Host` in module `validators_prelude` [INFO] [stdout] --> src/target.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HostError` in module `validators_prelude` [INFO] [stdout] --> src/target.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: there is an enum variant `crate::WhoIsError::HostError`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, crate::WhoIsError)] [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Ipv6Addr` in `validators_prelude` [INFO] [stdout] --> src/target.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::net::Ipv6Addr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Ipv4Addr` in `validators_prelude` [INFO] [stdout] --> src/target.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::net::Ipv4Addr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Host` in module `validators_prelude` [INFO] [stdout] --> src/who_is_host.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HostError` in module `validators_prelude` [INFO] [stdout] --> src/who_is_host.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: there is an enum variant `crate::WhoIsError::HostError`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, crate::WhoIsError)] [INFO] [stdout] | ~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Ipv6Addr` in `validators_prelude` [INFO] [stdout] --> src/who_is_host.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::net::Ipv6Addr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Ipv4Addr` in `validators_prelude` [INFO] [stdout] --> src/who_is_host.rs:4:45 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Clone, PartialEq, Eq, Hash, Validator)] [INFO] [stdout] | ^^^^^^^^^ not found in `validators_prelude` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `Validator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::net::Ipv4Addr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to check after updating to 2021 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo check --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "d07d807c18a0dfdeb0fedb071550a9f8b2686041881d96c824d990f8f5d5619c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d07d807c18a0dfdeb0fedb071550a9f8b2686041881d96c824d990f8f5d5619c", kill_on_drop: false }` [INFO] [stdout] d07d807c18a0dfdeb0fedb071550a9f8b2686041881d96c824d990f8f5d5619c