[INFO] fetching crate csv-sanity 0.1.0...
[INFO] testing csv-sanity-0.1.0 against 1.55.0 for beta-1.56-1
[INFO] extracting crate csv-sanity 0.1.0 into /workspace/builds/worker-22/source
[INFO] validating manifest of crates.io crate csv-sanity 0.1.0 on toolchain 1.55.0
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate csv-sanity 0.1.0
[INFO] finished tweaking crates.io crate csv-sanity 0.1.0
[INFO] tweaked toml for crates.io crate csv-sanity 0.1.0 written to /workspace/builds/worker-22/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a1c2d6d2438a1761f9e965e0f73e4d7f4feb7d491ecffbffc9b95ea9484bd62e
[INFO] running `Command { std: "docker" "start" "-a" "a1c2d6d2438a1761f9e965e0f73e4d7f4feb7d491ecffbffc9b95ea9484bd62e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a1c2d6d2438a1761f9e965e0f73e4d7f4feb7d491ecffbffc9b95ea9484bd62e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1c2d6d2438a1761f9e965e0f73e4d7f4feb7d491ecffbffc9b95ea9484bd62e", kill_on_drop: false }`
[INFO] [stdout] a1c2d6d2438a1761f9e965e0f73e4d7f4feb7d491ecffbffc9b95ea9484bd62e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4e1558d66432ea4cdb2cabdd53ba694c7cf902508fb6b3561b95c55ecdff684a
[INFO] running `Command { std: "docker" "start" "-a" "4e1558d66432ea4cdb2cabdd53ba694c7cf902508fb6b3561b95c55ecdff684a", kill_on_drop: false }`
[INFO] [stderr] Compiling libc v0.2.101
[INFO] [stderr] Compiling proc-macro2 v1.0.29
[INFO] [stderr] Compiling unicode-xid v0.2.2
[INFO] [stderr] Compiling memchr v2.4.1
[INFO] [stderr] Compiling semver v0.1.20
[INFO] [stderr] Compiling syn v1.0.76
[INFO] [stderr] Compiling serde v1.0.130
[INFO] [stderr] Compiling serde_json v1.0.67
[INFO] [stderr] Compiling ucd-util v0.1.8
[INFO] [stderr] Compiling serde_derive v1.0.130
[INFO] [stderr] Compiling unicode-width v0.1.8
[INFO] [stderr] Compiling regex v0.2.11
[INFO] [stderr] Compiling bitflags v1.3.2
[INFO] [stderr] Compiling utf8-ranges v1.0.4
[INFO] [stderr] Compiling strsim v0.8.0
[INFO] [stderr] Compiling itoa v0.4.8
[INFO] [stderr] Compiling vec_map v0.8.2
[INFO] [stderr] Compiling ansi_term v0.11.0
[INFO] [stderr] Compiling rustc-serialize v0.3.24
[INFO] [stderr] Compiling lazy_static v0.2.11
[INFO] [stderr] Compiling custom_derive v0.1.7
[INFO] [stderr] Compiling maplit v0.1.6
[INFO] [stderr] Compiling unicode-segmentation v1.8.0
[INFO] [stderr] Compiling thread_local v0.3.6
[INFO] [stderr] Compiling textwrap v0.11.0
[INFO] [stderr] Compiling regex-syntax v0.5.6
[INFO] [stderr] Compiling rustc_version v0.1.7
[INFO] [stderr] Compiling newtype_derive v0.1.6
[INFO] [stderr] Compiling aho-corasick v0.6.10
[INFO] [stderr] Compiling quote v1.0.9
[INFO] [stderr] Compiling atty v0.2.14
[INFO] [stderr] Compiling memchr v1.0.2
[INFO] [stderr] Compiling time v0.1.44
[INFO] [stderr] Compiling clap v2.33.3
[INFO] [stderr] Compiling csv v0.15.0
[INFO] [stderr] Compiling csv-sanity v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout] --> src/transformer.rs:70:10
[INFO] [stdout] |
[INFO] [stdout] 70 | #[derive(RustcEncodable, Deserialize, Serialize, Clone, PartialEq, Eq, Hash, Debug)]
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/transformers/email.rs:9:1
[INFO] [stdout] |
[INFO] [stdout] 9 | / lazy_static! {
[INFO] [stdout] 10 | | static ref EMAIL_REGEX: Regex = Regex::new(r"(?i)\A[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z...
[INFO] [stdout] 11 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/transformers/number.rs:9:1
[INFO] [stdout] |
[INFO] [stdout] 9 | / lazy_static! {
[INFO] [stdout] 10 | | static ref INTEGER_REGEX: Regex = Regex::new(r"\A(:?0|[1-9]\d*)\z").unwrap();
[INFO] [stdout] 11 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/transformers/zipcode.rs:9:1
[INFO] [stdout] |
[INFO] [stdout] 9 | / lazy_static! {
[INFO] [stdout] 10 | | static ref ZIP_REGEX: Regex = Regex::new(r"\A(\d{5})\D*(?:(\d{4}))?\z").unwrap();
[INFO] [stdout] 11 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/transformers/phone_number.rs:9:1
[INFO] [stdout] |
[INFO] [stdout] 9 | / lazy_static! {
[INFO] [stdout] 10 | | static ref NANP_REGEX: Regex = Regex::new(r"\A(?:\+?1)?\D*\(?(?P\d{3})\)?\D*(?P\d{3})\D*(?P\d{4})\z").unw...
[INFO] [stdout] 11 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.68s
[INFO] running `Command { std: "docker" "inspect" "4e1558d66432ea4cdb2cabdd53ba694c7cf902508fb6b3561b95c55ecdff684a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e1558d66432ea4cdb2cabdd53ba694c7cf902508fb6b3561b95c55ecdff684a", kill_on_drop: false }`
[INFO] [stdout] 4e1558d66432ea4cdb2cabdd53ba694c7cf902508fb6b3561b95c55ecdff684a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a1a720b3a634de30c3f7a6d7403adbd2449a58768269c58d0b23e3a41d4dad62
[INFO] running `Command { std: "docker" "start" "-a" "a1a720b3a634de30c3f7a6d7403adbd2449a58768269c58d0b23e3a41d4dad62", kill_on_drop: false }`
[INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout] --> src/transformer.rs:70:10
[INFO] [stdout] |
[INFO] [stdout] 70 | #[derive(RustcEncodable, Deserialize, Serialize, Clone, PartialEq, Eq, Hash, Debug)]
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/transformers/email.rs:9:1
[INFO] [stdout] |
[INFO] [stdout] 9 | / lazy_static! {
[INFO] [stdout] 10 | | static ref EMAIL_REGEX: Regex = Regex::new(r"(?i)\A[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z...
[INFO] [stdout] 11 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/transformers/number.rs:9:1
[INFO] [stdout] |
[INFO] [stdout] 9 | / lazy_static! {
[INFO] [stdout] 10 | | static ref INTEGER_REGEX: Regex = Regex::new(r"\A(:?0|[1-9]\d*)\z").unwrap();
[INFO] [stdout] 11 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Compiling csv-sanity v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/transformers/zipcode.rs:9:1
[INFO] [stdout] |
[INFO] [stdout] 9 | / lazy_static! {
[INFO] [stdout] 10 | | static ref ZIP_REGEX: Regex = Regex::new(r"\A(\d{5})\D*(?:(\d{4}))?\z").unwrap();
[INFO] [stdout] 11 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/transformers/phone_number.rs:9:1
[INFO] [stdout] |
[INFO] [stdout] 9 | / lazy_static! {
[INFO] [stdout] 10 | | static ref NANP_REGEX: Regex = Regex::new(r"\A(?:\+?1)?\D*\(?(?P\d{3})\)?\D*(?P\d{3})\D*(?P\d{4})\z").unw...
[INFO] [stdout] 11 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout] --> src/transformer.rs:70:10
[INFO] [stdout] |
[INFO] [stdout] 70 | #[derive(RustcEncodable, Deserialize, Serialize, Clone, PartialEq, Eq, Hash, Debug)]
[INFO] [stdout] | ^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/transformers/email.rs:9:1
[INFO] [stdout] |
[INFO] [stdout] 9 | / lazy_static! {
[INFO] [stdout] 10 | | static ref EMAIL_REGEX: Regex = Regex::new(r"(?i)\A[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z...
[INFO] [stdout] 11 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/transformers/number.rs:9:1
[INFO] [stdout] |
[INFO] [stdout] 9 | / lazy_static! {
[INFO] [stdout] 10 | | static ref INTEGER_REGEX: Regex = Regex::new(r"\A(:?0|[1-9]\d*)\z").unwrap();
[INFO] [stdout] 11 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/transformers/zipcode.rs:9:1
[INFO] [stdout] |
[INFO] [stdout] 9 | / lazy_static! {
[INFO] [stdout] 10 | | static ref ZIP_REGEX: Regex = Regex::new(r"\A(\d{5})\D*(?:(\d{4}))?\z").unwrap();
[INFO] [stdout] 11 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stdout] --> src/transformers/phone_number.rs:9:1
[INFO] [stdout] |
[INFO] [stdout] 9 | / lazy_static! {
[INFO] [stdout] 10 | | static ref NANP_REGEX: Regex = Regex::new(r"\A(?:\+?1)?\D*\(?(?P\d{3})\)?\D*(?P\d{3})\D*(?P\d{4})\z").unw...
[INFO] [stdout] 11 | | }
[INFO] [stdout] | |_^
[INFO] [stdout] |
[INFO] [stdout] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 5 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.69s
[INFO] running `Command { std: "docker" "inspect" "a1a720b3a634de30c3f7a6d7403adbd2449a58768269c58d0b23e3a41d4dad62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1a720b3a634de30c3f7a6d7403adbd2449a58768269c58d0b23e3a41d4dad62", kill_on_drop: false }`
[INFO] [stdout] a1a720b3a634de30c3f7a6d7403adbd2449a58768269c58d0b23e3a41d4dad62
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 595bbca1671043c206b71b4c93021a17c5c6d1b6aa634f3c3ba6b1ee75a97c63
[INFO] running `Command { std: "docker" "start" "-a" "595bbca1671043c206b71b4c93021a17c5c6d1b6aa634f3c3ba6b1ee75a97c63", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stderr] --> src/transformer.rs:70:10
[INFO] [stderr] |
[INFO] [stderr] 70 | #[derive(RustcEncodable, Deserialize, Serialize, Clone, PartialEq, Eq, Hash, Debug)]
[INFO] [stderr] | ^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stderr] --> src/transformers/email.rs:9:1
[INFO] [stderr] |
[INFO] [stderr] 9 | / lazy_static! {
[INFO] [stderr] 10 | | static ref EMAIL_REGEX: Regex = Regex::new(r"(?i)\A[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z...
[INFO] [stderr] 11 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stderr] --> src/transformers/number.rs:9:1
[INFO] [stderr] |
[INFO] [stderr] 9 | / lazy_static! {
[INFO] [stderr] 10 | | static ref INTEGER_REGEX: Regex = Regex::new(r"\A(:?0|[1-9]\d*)\z").unwrap();
[INFO] [stderr] 11 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stderr] --> src/transformers/zipcode.rs:9:1
[INFO] [stderr] |
[INFO] [stderr] 9 | / lazy_static! {
[INFO] [stderr] 10 | | static ref ZIP_REGEX: Regex = Regex::new(r"\A(\d{5})\D*(?:(\d{4}))?\z").unwrap();
[INFO] [stderr] 11 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred
[INFO] [stderr] --> src/transformers/phone_number.rs:9:1
[INFO] [stderr] |
[INFO] [stderr] 9 | / lazy_static! {
[INFO] [stderr] 10 | | static ref NANP_REGEX: Regex = Regex::new(r"\A(?:\+?1)?\D*\(?(?P\d{3})\)?\D*(?P\d{3})\D*(?P\d{4})\z").unw...
[INFO] [stderr] 11 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: this warning originates in the macro `__lazy_static_create` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: `csv-sanity` (lib) generated 5 warnings
[INFO] [stderr] warning: `csv-sanity` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.08s
[INFO] [stdout]
[INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/csv_sanity-398840f9eece3c56)
[INFO] [stdout] running 0 tests
[INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/csv_sanity-f2eadaff63e40752)
[INFO] [stdout]
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] running 0 tests
[INFO] [stdout]
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout]
[INFO] [stderr] Doc-tests csv-sanity
[INFO] [stdout]
[INFO] [stdout] running 10 tests
[INFO] [stdout] test src/cli.rs - cli::CsvOptions (line 33) ... FAILED
[INFO] [stdout] test src/ruleset.rs - ruleset::Rule::global_with_priority (line 124) ... ok
[INFO] [stdout] test src/ruleset.rs - ruleset::Rule::for_fields (line 72) ... ok
[INFO] [stdout] test src/cli.rs - cli::Cli::new_with_options (line 110) ... ok
[INFO] [stdout] test src/cli.rs - cli::Cli::new (line 95) ... ok
[INFO] [stdout] test src/ruleset.rs - ruleset::Rule::global (line 108) ... ok
[INFO] [stdout] test src/transformer.rs - transformer::TransformResultHelper::error (line 36) ... ok
[INFO] [stdout] test src/ruleset.rs - ruleset::Rule::for_fields_with_priority (line 88) ... ok
[INFO] [stdout] test src/ruleset.rs - ruleset::Rule::apply (line 143) ... ok
[INFO] [stdout] test src/ruleset.rs - ruleset::Ruleset (line 185) ... ok
[INFO] [stdout]
[INFO] [stdout] failures:
[INFO] [stdout]
[INFO] [stdout] ---- src/cli.rs - cli::CsvOptions (line 33) stdout ----
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `CsvOptions`
[INFO] [stdout] --> src/cli.rs:45:1
[INFO] [stdout] |
[INFO] [stdout] 15 | assert_eq!(defaults, Default::default());
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | CsvOptions
[INFO] [stdout] | _
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout] error[E0277]: `CsvOptions` doesn't implement `Debug`
[INFO] [stdout] --> src/cli.rs:45:1
[INFO] [stdout] |
[INFO] [stdout] 15 | assert_eq!(defaults, Default::default());
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `CsvOptions` cannot be formatted using `{:?}` because it doesn't implement `Debug`
[INFO] [stdout] |
[INFO] [stdout] = help: the trait `Debug` is not implemented for `CsvOptions`
[INFO] [stdout] = note: this error originates in the macro `assert_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout]
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout]
[INFO] [stdout] failures:
[INFO] [stdout] src/cli.rs - cli::CsvOptions (line 33)
[INFO] [stdout]
[INFO] [stdout] test result: FAILED. 9 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.72s
[INFO] [stdout]
[INFO] [stderr] error: test failed, to rerun pass '--doc'
[INFO] running `Command { std: "docker" "inspect" "595bbca1671043c206b71b4c93021a17c5c6d1b6aa634f3c3ba6b1ee75a97c63", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "595bbca1671043c206b71b4c93021a17c5c6d1b6aa634f3c3ba6b1ee75a97c63", kill_on_drop: false }`
[INFO] [stdout] 595bbca1671043c206b71b4c93021a17c5c6d1b6aa634f3c3ba6b1ee75a97c63