[INFO] fetching crate aqi-nacor-schema 2.1.0... [INFO] checking aqi-nacor-schema-2.1.0 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate aqi-nacor-schema 2.1.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate aqi-nacor-schema 2.1.0 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate aqi-nacor-schema 2.1.0 [INFO] finished tweaking crates.io crate aqi-nacor-schema 2.1.0 [INFO] tweaked toml for crates.io crate aqi-nacor-schema 2.1.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] ed4fbd4e652bf441567fea3de46e222c9812996be4050c754dfea19bb7603f99 [INFO] running `"docker" "start" "-a" "ed4fbd4e652bf441567fea3de46e222c9812996be4050c754dfea19bb7603f99"` [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Checking xml-rs v0.6.1 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking aqi-nacor-schema v2.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:677:1 [INFO] [stderr] | [INFO] [stderr] 677 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 678 | schema_string_tuple_struct!(MonitorCodeType); [INFO] [stderr] | --------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:701:1 [INFO] [stderr] | [INFO] [stderr] 701 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 702 | schema_string_tuple_struct!(AnesthesiaInductionCodeType); [INFO] [stderr] | --------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:714:1 [INFO] [stderr] | [INFO] [stderr] 714 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 715 | schema_string_tuple_struct!(AnesthesiaMaintenanceCodeType); [INFO] [stderr] | ----------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:724:1 [INFO] [stderr] | [INFO] [stderr] 724 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 725 | schema_string_tuple_struct!(AirwayManagementMethodCodeType); [INFO] [stderr] | ------------------------------------------------------------ rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:762:1 [INFO] [stderr] | [INFO] [stderr] 762 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 763 | schema_string_tuple_struct!(AirwayManagementSubMethodCodeType); [INFO] [stderr] | --------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:876:1 [INFO] [stderr] | [INFO] [stderr] 876 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 877 | schema_string_tuple_struct!(LabDataNameCodeType); [INFO] [stderr] | ------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:879:1 [INFO] [stderr] | [INFO] [stderr] 879 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 880 | schema_string_tuple_struct!(CommonUnit); [INFO] [stderr] | ---------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:882:1 [INFO] [stderr] | [INFO] [stderr] 882 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 883 | schema_string_tuple_struct!(MedicationTypeCodeType); [INFO] [stderr] | ---------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:886:1 [INFO] [stderr] | [INFO] [stderr] 886 | /// Examles provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 887 | schema_string_tuple_struct!(RouteCodeType); [INFO] [stderr] | ------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:889:1 [INFO] [stderr] | [INFO] [stderr] 889 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 890 | schema_string_tuple_struct!(MonitoringNameCodeType); [INFO] [stderr] | ---------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:892:1 [INFO] [stderr] | [INFO] [stderr] 892 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 893 | schema_string_tuple_struct!(OutputCodeType); [INFO] [stderr] | -------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:895:1 [INFO] [stderr] | [INFO] [stderr] 895 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 896 | schema_string_tuple_struct!(PostOpDispositionCodeType); [INFO] [stderr] | ------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:936:1 [INFO] [stderr] | [INFO] [stderr] 936 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 937 | schema_string_tuple_struct!(TimingMilestoneCodeType); [INFO] [stderr] | ----------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:677:1 [INFO] [stderr] | [INFO] [stderr] 677 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 678 | schema_string_tuple_struct!(MonitorCodeType); [INFO] [stderr] | --------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:701:1 [INFO] [stderr] | [INFO] [stderr] 701 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 702 | schema_string_tuple_struct!(AnesthesiaInductionCodeType); [INFO] [stderr] | --------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:714:1 [INFO] [stderr] | [INFO] [stderr] 714 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 715 | schema_string_tuple_struct!(AnesthesiaMaintenanceCodeType); [INFO] [stderr] | ----------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:724:1 [INFO] [stderr] | [INFO] [stderr] 724 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 725 | schema_string_tuple_struct!(AirwayManagementMethodCodeType); [INFO] [stderr] | ------------------------------------------------------------ rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:762:1 [INFO] [stderr] | [INFO] [stderr] 762 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 763 | schema_string_tuple_struct!(AirwayManagementSubMethodCodeType); [INFO] [stderr] | --------------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:876:1 [INFO] [stderr] | [INFO] [stderr] 876 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 877 | schema_string_tuple_struct!(LabDataNameCodeType); [INFO] [stderr] | ------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:879:1 [INFO] [stderr] | [INFO] [stderr] 879 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 880 | schema_string_tuple_struct!(CommonUnit); [INFO] [stderr] | ---------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:882:1 [INFO] [stderr] | [INFO] [stderr] 882 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 883 | schema_string_tuple_struct!(MedicationTypeCodeType); [INFO] [stderr] | ---------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:886:1 [INFO] [stderr] | [INFO] [stderr] 886 | /// Examles provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 887 | schema_string_tuple_struct!(RouteCodeType); [INFO] [stderr] | ------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:889:1 [INFO] [stderr] | [INFO] [stderr] 889 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 890 | schema_string_tuple_struct!(MonitoringNameCodeType); [INFO] [stderr] | ---------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:892:1 [INFO] [stderr] | [INFO] [stderr] 892 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 893 | schema_string_tuple_struct!(OutputCodeType); [INFO] [stderr] | -------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:895:1 [INFO] [stderr] | [INFO] [stderr] 895 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 896 | schema_string_tuple_struct!(PostOpDispositionCodeType); [INFO] [stderr] | ------------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/schema/mod.rs:936:1 [INFO] [stderr] | [INFO] [stderr] 936 | /// Examples provided in schema [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 937 | schema_string_tuple_struct!(TimingMilestoneCodeType); [INFO] [stderr] | ----------------------------------------------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/schema/mod.rs:832:9 [INFO] [stderr] | [INFO] [stderr] 832 | / lazy_static! { [INFO] [stderr] 833 | | static ref RE9CM: Regex = [INFO] [stderr] 834 | | Regex::new(r"^(V\d{2}(\.\d{1,2})?|\d{3}(\.\d{1,2})?|E\d{3}(\.\d)?)$").unwrap(); [INFO] [stderr] 835 | | static ref RE10CM: Regex = [INFO] [stderr] ... | [INFO] [stderr] 839 | | static ref RENACOR: Regex = Regex::new(r"[0-9][0-9][a-zA-Z][0-9][0-9]").unwrap(); [INFO] [stderr] 840 | | } [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/schema/mod.rs:832:9 [INFO] [stderr] | [INFO] [stderr] 832 | / lazy_static! { [INFO] [stderr] 833 | | static ref RE9CM: Regex = [INFO] [stderr] 834 | | Regex::new(r"^(V\d{2}(\.\d{1,2})?|\d{3}(\.\d{1,2})?|E\d{3}(\.\d)?)$").unwrap(); [INFO] [stderr] 835 | | static ref RE10CM: Regex = [INFO] [stderr] ... | [INFO] [stderr] 839 | | static ref RENACOR: Regex = Regex::new(r"[0-9][0-9][a-zA-Z][0-9][0-9]").unwrap(); [INFO] [stderr] 840 | | } [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/schema/mod.rs:832:9 [INFO] [stderr] | [INFO] [stderr] 832 | / lazy_static! { [INFO] [stderr] 833 | | static ref RE9CM: Regex = [INFO] [stderr] 834 | | Regex::new(r"^(V\d{2}(\.\d{1,2})?|\d{3}(\.\d{1,2})?|E\d{3}(\.\d)?)$").unwrap(); [INFO] [stderr] 835 | | static ref RE10CM: Regex = [INFO] [stderr] ... | [INFO] [stderr] 839 | | static ref RENACOR: Regex = Regex::new(r"[0-9][0-9][a-zA-Z][0-9][0-9]").unwrap(); [INFO] [stderr] 840 | | } [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/schema/mod.rs:832:9 [INFO] [stderr] | [INFO] [stderr] 832 | / lazy_static! { [INFO] [stderr] 833 | | static ref RE9CM: Regex = [INFO] [stderr] 834 | | Regex::new(r"^(V\d{2}(\.\d{1,2})?|\d{3}(\.\d{1,2})?|E\d{3}(\.\d)?)$").unwrap(); [INFO] [stderr] 835 | | static ref RE10CM: Regex = [INFO] [stderr] ... | [INFO] [stderr] 839 | | static ref RENACOR: Regex = Regex::new(r"[0-9][0-9][a-zA-Z][0-9][0-9]").unwrap(); [INFO] [stderr] 840 | | } [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/schema/mod.rs:832:9 [INFO] [stderr] | [INFO] [stderr] 832 | / lazy_static! { [INFO] [stderr] 833 | | static ref RE9CM: Regex = [INFO] [stderr] 834 | | Regex::new(r"^(V\d{2}(\.\d{1,2})?|\d{3}(\.\d{1,2})?|E\d{3}(\.\d)?)$").unwrap(); [INFO] [stderr] 835 | | static ref RE10CM: Regex = [INFO] [stderr] ... | [INFO] [stderr] 839 | | static ref RENACOR: Regex = Regex::new(r"[0-9][0-9][a-zA-Z][0-9][0-9]").unwrap(); [INFO] [stderr] 840 | | } [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/schema/mod.rs:1141:1 [INFO] [stderr] | [INFO] [stderr] 1141 | / schema_pattern_type!( [INFO] [stderr] 1142 | | QCDRMeasureType, [INFO] [stderr] 1143 | | r"^(AQI[0-9][0-9])|(PQRS[0-9][0-9][0-9])|(IIM[0-9][0-9][0-9])|(Quantum[0-9][0-9])$" [INFO] [stderr] 1144 | | ); [INFO] [stderr] | |__^ in this macro invocation [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/schema/mod.rs:1145:1 [INFO] [stderr] | [INFO] [stderr] 1145 | / schema_pattern_type!( [INFO] [stderr] 1146 | | QCDRCodeValueType, [INFO] [stderr] 1147 | | r"^([0-9][0-9][0-9][0-9]F)|(G[0-9][0-9][0-9][0-9])$" [INFO] [stderr] 1148 | | ); [INFO] [stderr] | |__^ in this macro invocation [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/schema/mod.rs:1173:1 [INFO] [stderr] | [INFO] [stderr] 1173 | schema_pattern_type!(PracticeIdType, r"^[0-9]{3,5}$"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [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/schema/mod.rs:1174:1 [INFO] [stderr] | [INFO] [stderr] 1174 | schema_pattern_type!(VendorIDType, r"^[0-9]{3}[A-Z]{2}[0-9]{2}$"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [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/schema/mod.rs:1175:1 [INFO] [stderr] | [INFO] [stderr] 1175 | / schema_pattern_type!( [INFO] [stderr] 1176 | | EmailAddressType, [INFO] [stderr] 1177 | | r"^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$" [INFO] [stderr] 1178 | | ); [INFO] [stderr] | |__^ in this macro invocation [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/schema/mod.rs:1179:1 [INFO] [stderr] | [INFO] [stderr] 1179 | schema_pattern_type!(ZipCodeType, r"^[0-9]{5}(-[0-9]{4})?$"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [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/schema/mod.rs:1180:1 [INFO] [stderr] | [INFO] [stderr] 1180 | schema_pattern_type!(TaxIdType, r"^[0-9]{9}$"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [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/schema/mod.rs:1181:1 [INFO] [stderr] | [INFO] [stderr] 1181 | schema_pattern_type!(NPIType, r"^[0-9]{10}$"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [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/schema/mod.rs:1182:1 [INFO] [stderr] | [INFO] [stderr] 1182 | schema_pattern_type!(CPTValueType, r"^[a-zA-Z0-9][0-9][0-9][0-9][a-zA-Z0-9]$"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [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/schema/mod.rs:1183:1 [INFO] [stderr] | [INFO] [stderr] 1183 | schema_pattern_type!(CPTModifierType, r"^[a-zA-Z0-9]{2}$"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [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/schema/mod.rs:832:9 [INFO] [stderr] | [INFO] [stderr] 832 | / lazy_static! { [INFO] [stderr] 833 | | static ref RE9CM: Regex = [INFO] [stderr] 834 | | Regex::new(r"^(V\d{2}(\.\d{1,2})?|\d{3}(\.\d{1,2})?|E\d{3}(\.\d)?)$").unwrap(); [INFO] [stderr] 835 | | static ref RE10CM: Regex = [INFO] [stderr] ... | [INFO] [stderr] 839 | | static ref RENACOR: Regex = Regex::new(r"[0-9][0-9][a-zA-Z][0-9][0-9]").unwrap(); [INFO] [stderr] 840 | | } [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/schema/mod.rs:832:9 [INFO] [stderr] | [INFO] [stderr] 832 | / lazy_static! { [INFO] [stderr] 833 | | static ref RE9CM: Regex = [INFO] [stderr] 834 | | Regex::new(r"^(V\d{2}(\.\d{1,2})?|\d{3}(\.\d{1,2})?|E\d{3}(\.\d)?)$").unwrap(); [INFO] [stderr] 835 | | static ref RE10CM: Regex = [INFO] [stderr] ... | [INFO] [stderr] 839 | | static ref RENACOR: Regex = Regex::new(r"[0-9][0-9][a-zA-Z][0-9][0-9]").unwrap(); [INFO] [stderr] 840 | | } [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/schema/mod.rs:832:9 [INFO] [stderr] | [INFO] [stderr] 832 | / lazy_static! { [INFO] [stderr] 833 | | static ref RE9CM: Regex = [INFO] [stderr] 834 | | Regex::new(r"^(V\d{2}(\.\d{1,2})?|\d{3}(\.\d{1,2})?|E\d{3}(\.\d)?)$").unwrap(); [INFO] [stderr] 835 | | static ref RE10CM: Regex = [INFO] [stderr] ... | [INFO] [stderr] 839 | | static ref RENACOR: Regex = Regex::new(r"[0-9][0-9][a-zA-Z][0-9][0-9]").unwrap(); [INFO] [stderr] 840 | | } [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/schema/mod.rs:832:9 [INFO] [stderr] | [INFO] [stderr] 832 | / lazy_static! { [INFO] [stderr] 833 | | static ref RE9CM: Regex = [INFO] [stderr] 834 | | Regex::new(r"^(V\d{2}(\.\d{1,2})?|\d{3}(\.\d{1,2})?|E\d{3}(\.\d)?)$").unwrap(); [INFO] [stderr] 835 | | static ref RE10CM: Regex = [INFO] [stderr] ... | [INFO] [stderr] 839 | | static ref RENACOR: Regex = Regex::new(r"[0-9][0-9][a-zA-Z][0-9][0-9]").unwrap(); [INFO] [stderr] 840 | | } [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/schema/mod.rs:832:9 [INFO] [stderr] | [INFO] [stderr] 832 | / lazy_static! { [INFO] [stderr] 833 | | static ref RE9CM: Regex = [INFO] [stderr] 834 | | Regex::new(r"^(V\d{2}(\.\d{1,2})?|\d{3}(\.\d{1,2})?|E\d{3}(\.\d)?)$").unwrap(); [INFO] [stderr] 835 | | static ref RE10CM: Regex = [INFO] [stderr] ... | [INFO] [stderr] 839 | | static ref RENACOR: Regex = Regex::new(r"[0-9][0-9][a-zA-Z][0-9][0-9]").unwrap(); [INFO] [stderr] 840 | | } [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/schema/mod.rs:1141:1 [INFO] [stderr] | [INFO] [stderr] 1141 | / schema_pattern_type!( [INFO] [stderr] 1142 | | QCDRMeasureType, [INFO] [stderr] 1143 | | r"^(AQI[0-9][0-9])|(PQRS[0-9][0-9][0-9])|(IIM[0-9][0-9][0-9])|(Quantum[0-9][0-9])$" [INFO] [stderr] 1144 | | ); [INFO] [stderr] | |__^ in this macro invocation [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/schema/mod.rs:1145:1 [INFO] [stderr] | [INFO] [stderr] 1145 | / schema_pattern_type!( [INFO] [stderr] 1146 | | QCDRCodeValueType, [INFO] [stderr] 1147 | | r"^([0-9][0-9][0-9][0-9]F)|(G[0-9][0-9][0-9][0-9])$" [INFO] [stderr] 1148 | | ); [INFO] [stderr] | |__^ in this macro invocation [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/schema/mod.rs:1173:1 [INFO] [stderr] | [INFO] [stderr] 1173 | schema_pattern_type!(PracticeIdType, r"^[0-9]{3,5}$"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [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/schema/mod.rs:1174:1 [INFO] [stderr] | [INFO] [stderr] 1174 | schema_pattern_type!(VendorIDType, r"^[0-9]{3}[A-Z]{2}[0-9]{2}$"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [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/schema/mod.rs:1175:1 [INFO] [stderr] | [INFO] [stderr] 1175 | / schema_pattern_type!( [INFO] [stderr] 1176 | | EmailAddressType, [INFO] [stderr] 1177 | | r"^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$" [INFO] [stderr] 1178 | | ); [INFO] [stderr] | |__^ in this macro invocation [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/schema/mod.rs:1179:1 [INFO] [stderr] | [INFO] [stderr] 1179 | schema_pattern_type!(ZipCodeType, r"^[0-9]{5}(-[0-9]{4})?$"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [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/schema/mod.rs:1180:1 [INFO] [stderr] | [INFO] [stderr] 1180 | schema_pattern_type!(TaxIdType, r"^[0-9]{9}$"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [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/schema/mod.rs:1181:1 [INFO] [stderr] | [INFO] [stderr] 1181 | schema_pattern_type!(NPIType, r"^[0-9]{10}$"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [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/schema/mod.rs:1182:1 [INFO] [stderr] | [INFO] [stderr] 1182 | schema_pattern_type!(CPTValueType, r"^[a-zA-Z0-9][0-9][0-9][0-9][a-zA-Z0-9]$"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [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/schema/mod.rs:1183:1 [INFO] [stderr] | [INFO] [stderr] 1183 | schema_pattern_type!(CPTModifierType, r"^[a-zA-Z0-9]{2}$"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation [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 9.22s [INFO] running `"docker" "inspect" "ed4fbd4e652bf441567fea3de46e222c9812996be4050c754dfea19bb7603f99"` [INFO] running `"docker" "rm" "-f" "ed4fbd4e652bf441567fea3de46e222c9812996be4050c754dfea19bb7603f99"` [INFO] [stdout] ed4fbd4e652bf441567fea3de46e222c9812996be4050c754dfea19bb7603f99