[INFO] crate csv-sanity 0.1.0 is already in cache
[INFO] extracting crate csv-sanity 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/csv-sanity/0.1.0
[INFO] extracting crate csv-sanity 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/csv-sanity/0.1.0
[INFO] validating manifest of csv-sanity-0.1.0 on toolchain 1.37.0
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] validating manifest of csv-sanity-0.1.0 on toolchain beta-2019-08-13
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started frobbing csv-sanity-0.1.0
[INFO] finished frobbing csv-sanity-0.1.0
[INFO] frobbed toml for csv-sanity-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/csv-sanity/0.1.0/Cargo.toml
[INFO] started frobbing csv-sanity-0.1.0
[INFO] finished frobbing csv-sanity-0.1.0
[INFO] frobbed toml for csv-sanity-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/csv-sanity/0.1.0/Cargo.toml
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] testing csv-sanity-0.1.0 against beta-2019-08-13 for beta-1.38-1
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/csv-sanity/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"`
[INFO] [stdout] 19829546542d11f04576c759cc9412275a5db33e5070f63151e3ca33e14174aa
[INFO] running `"docker" "start" "-a" "19829546542d11f04576c759cc9412275a5db33e5070f63151e3ca33e14174aa"`
[INFO] [stderr] Compiling semver v0.1.20
[INFO] [stderr] Compiling custom_derive v0.1.7
[INFO] [stderr] Compiling maplit v0.1.6
[INFO] [stderr] Compiling csv v0.15.0
[INFO] [stderr] Compiling rustc_version v0.1.7
[INFO] [stderr] Compiling newtype_derive v0.1.6
[INFO] [stderr] Compiling csv-sanity v0.1.0 (/opt/crater/workdir)
[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-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\z").unwrap();
[INFO] [stderr] 11 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] = note: this warning 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] 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 outside of the current crate (in Nightly builds, run with -Z external-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 outside of the current crate (in Nightly builds, run with -Z external-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").unwrap();
[INFO] [stderr] 11 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: this warning 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] Finished dev [unoptimized + debuginfo] target(s) in 8.27s
[INFO] running `"docker" "inspect" "19829546542d11f04576c759cc9412275a5db33e5070f63151e3ca33e14174aa"`
[INFO] running `"docker" "rm" "-f" "19829546542d11f04576c759cc9412275a5db33e5070f63151e3ca33e14174aa"`
[INFO] [stdout] 19829546542d11f04576c759cc9412275a5db33e5070f63151e3ca33e14174aa
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/csv-sanity/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"`
[INFO] [stdout] 32c07ac4ec8fc7f4322bc2e132a2edb002e9c799d5c6bd1b97eb14c54ae5e598
[INFO] running `"docker" "start" "-a" "32c07ac4ec8fc7f4322bc2e132a2edb002e9c799d5c6bd1b97eb14c54ae5e598"`
[INFO] [stderr] Compiling csv-sanity v0.1.0 (/opt/crater/workdir)
[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-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\z").unwrap();
[INFO] [stderr] 11 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] = note: this warning 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] 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 outside of the current crate (in Nightly builds, run with -Z external-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 outside of the current crate (in Nightly builds, run with -Z external-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").unwrap();
[INFO] [stderr] 11 | | }
[INFO] [stderr] | |_^
[INFO] [stderr] |
[INFO] [stderr] = note: this warning 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] Finished dev [unoptimized + debuginfo] target(s) in 1.90s
[INFO] running `"docker" "inspect" "32c07ac4ec8fc7f4322bc2e132a2edb002e9c799d5c6bd1b97eb14c54ae5e598"`
[INFO] running `"docker" "rm" "-f" "32c07ac4ec8fc7f4322bc2e132a2edb002e9c799d5c6bd1b97eb14c54ae5e598"`
[INFO] [stdout] 32c07ac4ec8fc7f4322bc2e132a2edb002e9c799d5c6bd1b97eb14c54ae5e598
[INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/csv-sanity/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"`
[INFO] [stdout] 536000a124110bd392e4cfab2765cc796c529ef287c01ac3edeeb9a63040113c
[INFO] running `"docker" "start" "-a" "536000a124110bd392e4cfab2765cc796c529ef287c01ac3edeeb9a63040113c"`
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr] Running /opt/crater/target/debug/deps/csv_sanity-a320c3a22713ea12
[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] Running /opt/crater/target/debug/deps/csv_sanity-10cc66c076e3ceeb
[INFO] [stderr] Doc-tests csv-sanity
[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] [stdout]
[INFO] [stdout] running 10 tests
[INFO] [stdout] test src/cli.rs - cli::CsvOptions (line 33) ... FAILED
[INFO] [stdout] test src/cli.rs - cli::Cli::new (line 95) ... ok
[INFO] [stdout] test src/ruleset.rs - ruleset::Rule::apply (line 143) ... ok
[INFO] [stdout] test src/ruleset.rs - ruleset::Rule::for_fields (line 72) ... ok
[INFO] [stdout] test src/ruleset.rs - ruleset::Rule::global (line 108) ... ok
[INFO] [stdout] test src/ruleset.rs - ruleset::Rule::global_with_priority (line 124) ... 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_with_options (line 110) ... ok
[INFO] [stdout] test src/transformer.rs - transformer::TransformResultHelper::error (line 36) ... 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: an implementation of `std::cmp::PartialEq` might be missing for `csv_sanity::cli::CsvOptions`
[INFO] [stdout] = 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] [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 outside of the current crate (in Nightly builds, run with -Z external-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 `"docker" "inspect" "536000a124110bd392e4cfab2765cc796c529ef287c01ac3edeeb9a63040113c"`
[INFO] running `"docker" "rm" "-f" "536000a124110bd392e4cfab2765cc796c529ef287c01ac3edeeb9a63040113c"`
[INFO] [stdout] 536000a124110bd392e4cfab2765cc796c529ef287c01ac3edeeb9a63040113c