[INFO] fetching crate csv-sanity 0.1.0...
[INFO] testing csv-sanity-0.1.0 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409
[INFO] extracting crate csv-sanity 0.1.0 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate csv-sanity 0.1.0 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", 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-7/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 11be0714082cbd40dba00b915e7a7f306b0a61b3640297c92f6c37f14fc37345
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "11be0714082cbd40dba00b915e7a7f306b0a61b3640297c92f6c37f14fc37345", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "11be0714082cbd40dba00b915e7a7f306b0a61b3640297c92f6c37f14fc37345", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11be0714082cbd40dba00b915e7a7f306b0a61b3640297c92f6c37f14fc37345", kill_on_drop: false }`
[INFO] [stdout] 11be0714082cbd40dba00b915e7a7f306b0a61b3640297c92f6c37f14fc37345
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ec55a3e37307fbe7bfd95b1915700e080670f209c3f922d274658a3e378c0bf2
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "ec55a3e37307fbe7bfd95b1915700e080670f209c3f922d274658a3e378c0bf2", kill_on_drop: false }`
[INFO] [stderr] Compiling libc v0.2.73
[INFO] [stderr] Compiling proc-macro2 v1.0.19
[INFO] [stderr] Compiling semver v0.1.20
[INFO] [stderr] Compiling unicode-xid v0.2.1
[INFO] [stderr] Compiling syn v1.0.35
[INFO] [stderr] Compiling log v0.4.11
[INFO] [stderr] Compiling serde_json v1.0.56
[INFO] [stderr] Compiling cfg-if v0.1.10
[INFO] [stderr] Compiling serde_derive v1.0.114
[INFO] [stderr] Compiling itoa v0.4.6
[INFO] [stderr] Compiling custom_derive v0.1.7
[INFO] [stderr] Compiling maplit v0.1.6
[INFO] [stderr] Compiling rustc_version v0.1.7
[INFO] [stderr] Compiling log v0.3.9
[INFO] [stderr] Compiling newtype_derive v0.1.6
[INFO] [stderr] Compiling quote v1.0.7
[INFO] [stderr] Compiling atty v0.2.14
[INFO] [stderr] Compiling memchr v1.0.2
[INFO] [stderr] Compiling time v0.1.43
[INFO] [stderr] Compiling clap v2.33.1
[INFO] [stderr] Compiling csv v0.15.0
[INFO] [stderr] Compiling csv-sanity v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated item '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: `#[warn(deprecated)]` on by default
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.93s
[INFO] running `Command { std: "docker" "inspect" "ec55a3e37307fbe7bfd95b1915700e080670f209c3f922d274658a3e378c0bf2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ec55a3e37307fbe7bfd95b1915700e080670f209c3f922d274658a3e378c0bf2", kill_on_drop: false }`
[INFO] [stdout] ec55a3e37307fbe7bfd95b1915700e080670f209c3f922d274658a3e378c0bf2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 9ca6ed2260df82daa96c98e7c6d0cf6b13adb78bf98ff2835424194e7e9f940a
[INFO] running `Command { std: "docker" "start" "-a" "9ca6ed2260df82daa96c98e7c6d0cf6b13adb78bf98ff2835424194e7e9f940a", kill_on_drop: false }`
[INFO] [stderr] Compiling csv-sanity v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated item '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: `#[warn(deprecated)]` on by default
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated item '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: `#[warn(deprecated)]` on by default
[INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 4 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.88s
[INFO] running `Command { std: "docker" "inspect" "9ca6ed2260df82daa96c98e7c6d0cf6b13adb78bf98ff2835424194e7e9f940a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ca6ed2260df82daa96c98e7c6d0cf6b13adb78bf98ff2835424194e7e9f940a", kill_on_drop: false }`
[INFO] [stdout] 9ca6ed2260df82daa96c98e7c6d0cf6b13adb78bf98ff2835424194e7e9f940a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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@sha256:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c4d1b78b631fffd06e3b6dcc1c9397237d20770be4129488a9803fbb62298f67
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "c4d1b78b631fffd06e3b6dcc1c9397237d20770be4129488a9803fbb62298f67", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated item '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: `#[warn(deprecated)]` on by default
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated item '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: `#[warn(deprecated)]` on by default
[INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: 4 warnings emitted
[INFO] [stderr]
[INFO] [stderr] warning: use of deprecated item '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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] warning: 4 warnings emitted
[INFO] [stderr]
[INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr] Running /opt/rustwide/target/debug/deps/csv_sanity-53aa9fb9d89622f8
[INFO] [stdout]
[INFO] [stderr] Running /opt/rustwide/target/debug/deps/csv_sanity-cbab7bdb6b5d7870
[INFO] [stdout] running 0 tests
[INFO] [stdout]
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
[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
[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::for_fields (line 72) ... ok
[INFO] [stdout] test src/ruleset.rs - ruleset::Rule::apply (line 143) ... ok
[INFO] [stdout] test src/ruleset.rs - ruleset::Rule::global_with_priority (line 124) ... ok
[INFO] [stdout] test src/transformer.rs - transformer::TransformResultHelper::error (line 36) ... ok
[INFO] [stdout] test src/ruleset.rs - ruleset::Rule::global (line 108) ... ok
[INFO] [stdout] test src/cli.rs - cli::Cli::new_with_options (line 110) ... ok
[INFO] [stdout] test src/ruleset.rs - ruleset::Rule::for_fields_with_priority (line 88) ... ok
[INFO] [stdout] test src/cli.rs - cli::Cli::new (line 95) ... 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 `csv_sanity::cli::CsvOptions`
[INFO] [stdout] --> src/cli.rs:45:1
[INFO] [stdout] |
[INFO] [stdout] 15 | assert_eq!(defaults, Default::default());
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] | |
[INFO] [stdout] | csv_sanity::cli::CsvOptions
[INFO] [stdout] | _
[INFO] [stdout] |
[INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout]
[INFO] [stdout] error[E0277]: `csv_sanity::cli::CsvOptions` doesn't implement `std::fmt::Debug`
[INFO] [stdout] --> src/cli.rs:45:1
[INFO] [stdout] |
[INFO] [stdout] 15 | assert_eq!(defaults, Default::default());
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `csv_sanity::cli::CsvOptions` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug`
[INFO] [stdout] |
[INFO] [stdout] = help: the trait `std::fmt::Debug` is not implemented for `csv_sanity::cli::CsvOptions`
[INFO] [stdout] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&csv_sanity::cli::CsvOptions`
[INFO] [stdout] = note: required by `std::fmt::Debug::fmt`
[INFO] [stdout] = note: this error originates in a macro (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
[INFO] [stdout]
[INFO] [stderr] error: test failed, to rerun pass '--doc'
[INFO] running `Command { std: "docker" "inspect" "c4d1b78b631fffd06e3b6dcc1c9397237d20770be4129488a9803fbb62298f67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4d1b78b631fffd06e3b6dcc1c9397237d20770be4129488a9803fbb62298f67", kill_on_drop: false }`
[INFO] [stdout] c4d1b78b631fffd06e3b6dcc1c9397237d20770be4129488a9803fbb62298f67