[INFO] fetching crate yaml-validator 0.2.0... [INFO] testing yaml-validator-0.2.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate yaml-validator 0.2.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate yaml-validator 0.2.0 [INFO] finished tweaking crates.io crate yaml-validator 0.2.0 [INFO] tweaked toml for crates.io crate yaml-validator 0.2.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate yaml-validator 0.2.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 14 packages to latest compatible versions [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.17) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 21f21b7fda9f230f1cde043b0068fdfeb3225aadaed017f09d888caeab43a21d [INFO] running `Command { std: "docker" "start" "-a" "21f21b7fda9f230f1cde043b0068fdfeb3225aadaed017f09d888caeab43a21d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "21f21b7fda9f230f1cde043b0068fdfeb3225aadaed017f09d888caeab43a21d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21f21b7fda9f230f1cde043b0068fdfeb3225aadaed017f09d888caeab43a21d", kill_on_drop: false }` [INFO] [stdout] 21f21b7fda9f230f1cde043b0068fdfeb3225aadaed017f09d888caeab43a21d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b82e54a55fbab11012ee250d777405c43c4f6567a6b64b3ef0d0a25ffc2c20d [INFO] running `Command { std: "docker" "start" "-a" "1b82e54a55fbab11012ee250d777405c43c4f6567a6b64b3ef0d0a25ffc2c20d", kill_on_drop: false }` [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling yaml-validator v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/utils.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 105 | &'schema self, [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 106 | required: &[&'schema str], [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 107 | optional: &[&'schema str], [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 108 | ) -> Result<&Hash, GenericError<'schema>>; [INFO] [stdout] | ^^^^^ ------- the same lifetime is named here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'schema` [INFO] [stdout] | [INFO] [stdout] 108 | ) -> Result<&'schema Hash, GenericError<'schema>>; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/utils.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 159 | &'schema self, [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 160 | required: &[&'schema str], [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 161 | optional: &[&'schema str], [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 162 | ) -> Result<&Hash, GenericError<'schema>> { [INFO] [stdout] | ^^^^^ ------- the same lifetime is named here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'schema` [INFO] [stdout] | [INFO] [stdout] 162 | ) -> Result<&'schema Hash, GenericError<'schema>> { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s [INFO] running `Command { std: "docker" "inspect" "1b82e54a55fbab11012ee250d777405c43c4f6567a6b64b3ef0d0a25ffc2c20d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b82e54a55fbab11012ee250d777405c43c4f6567a6b64b3ef0d0a25ffc2c20d", kill_on_drop: false }` [INFO] [stdout] 1b82e54a55fbab11012ee250d777405c43c4f6567a6b64b3ef0d0a25ffc2c20d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8f7b0911c196184870f4ca9235753f1532a2c942519f398e538e45574c79bed2 [INFO] running `Command { std: "docker" "start" "-a" "8f7b0911c196184870f4ca9235753f1532a2c942519f398e538e45574c79bed2", kill_on_drop: false }` [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/utils.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 105 | &'schema self, [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 106 | required: &[&'schema str], [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 107 | optional: &[&'schema str], [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 108 | ) -> Result<&Hash, GenericError<'schema>>; [INFO] [stdout] | ^^^^^ ------- the same lifetime is named here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'schema` [INFO] [stdout] | [INFO] [stdout] 108 | ) -> Result<&'schema Hash, GenericError<'schema>>; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/utils.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 159 | &'schema self, [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 160 | required: &[&'schema str], [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 161 | optional: &[&'schema str], [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 162 | ) -> Result<&Hash, GenericError<'schema>> { [INFO] [stdout] | ^^^^^ ------- the same lifetime is named here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'schema` [INFO] [stdout] | [INFO] [stdout] 162 | ) -> Result<&'schema Hash, GenericError<'schema>> { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling yaml-validator v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/utils.rs:108:17 [INFO] [stdout] | [INFO] [stdout] 105 | &'schema self, [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 106 | required: &[&'schema str], [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 107 | optional: &[&'schema str], [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 108 | ) -> Result<&Hash, GenericError<'schema>>; [INFO] [stdout] | ^^^^^ ------- the same lifetime is named here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: consistently use `'schema` [INFO] [stdout] | [INFO] [stdout] 108 | ) -> Result<&'schema Hash, GenericError<'schema>>; [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/utils.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 159 | &'schema self, [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 160 | required: &[&'schema str], [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 161 | optional: &[&'schema str], [INFO] [stdout] | ------- the lifetime is named here [INFO] [stdout] 162 | ) -> Result<&Hash, GenericError<'schema>> { [INFO] [stdout] | ^^^^^ ------- the same lifetime is named here [INFO] [stdout] | | [INFO] [stdout] | the same lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'schema` [INFO] [stdout] | [INFO] [stdout] 162 | ) -> Result<&'schema Hash, GenericError<'schema>> { [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.99s [INFO] running `Command { std: "docker" "inspect" "8f7b0911c196184870f4ca9235753f1532a2c942519f398e538e45574c79bed2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f7b0911c196184870f4ca9235753f1532a2c942519f398e538e45574c79bed2", kill_on_drop: false }` [INFO] [stdout] 8f7b0911c196184870f4ca9235753f1532a2c942519f398e538e45574c79bed2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7a9c1a75887beba8d1d6f24a3e198c488e494cb447d228059c66626803939d9e [INFO] running `Command { std: "docker" "start" "-a" "7a9c1a75887beba8d1d6f24a3e198c488e494cb447d228059c66626803939d9e", kill_on_drop: false }` [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/utils.rs:108:17 [INFO] [stderr] | [INFO] [stderr] 105 | &'schema self, [INFO] [stderr] | ------- the lifetime is named here [INFO] [stderr] 106 | required: &[&'schema str], [INFO] [stderr] | ------- the lifetime is named here [INFO] [stderr] 107 | optional: &[&'schema str], [INFO] [stderr] | ------- the lifetime is named here [INFO] [stderr] 108 | ) -> Result<&Hash, GenericError<'schema>>; [INFO] [stderr] | ^^^^^ ------- the same lifetime is named here [INFO] [stderr] | | [INFO] [stderr] | the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: consistently use `'schema` [INFO] [stderr] | [INFO] [stderr] 108 | ) -> Result<&'schema Hash, GenericError<'schema>>; [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/utils.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 159 | &'schema self, [INFO] [stderr] | ------- the lifetime is named here [INFO] [stderr] 160 | required: &[&'schema str], [INFO] [stderr] | ------- the lifetime is named here [INFO] [stderr] 161 | optional: &[&'schema str], [INFO] [stderr] | ------- the lifetime is named here [INFO] [stderr] 162 | ) -> Result<&Hash, GenericError<'schema>> { [INFO] [stderr] | ^^^^^ ------- the same lifetime is named here [INFO] [stderr] | | [INFO] [stderr] | the same lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'schema` [INFO] [stderr] | [INFO] [stderr] 162 | ) -> Result<&'schema Hash, GenericError<'schema>> { [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `yaml-validator` (lib) generated 2 warnings (run `cargo fix --lib -p yaml-validator` to apply 2 suggestions) [INFO] [stderr] warning: `yaml-validator` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/yaml_validator-9a9280b6034d6860) [INFO] [stdout] [INFO] [stdout] running 135 tests [INFO] [stdout] test errors::schema::tests::test_error_path ... ok [INFO] [stdout] test modifiers::all_of::tests::one_of_from_yaml ... ok [INFO] [stdout] test modifiers::all_of::tests::validate_multiple_subvalidators ... ok [INFO] [stdout] test modifiers::all_of::tests::validate_unit_case ... ok [INFO] [stdout] test modifiers::any_of::tests::one_of_from_yaml ... ok [INFO] [stdout] test errors::schema::tests::test_error_path_validation ... ok [INFO] [stdout] test modifiers::any_of::tests::validate_multiple_valid ... ok [INFO] [stdout] test modifiers::any_of::tests::validate_unit_case ... ok [INFO] [stdout] test modifiers::not::tests::extra_fields ... ok [INFO] [stdout] test modifiers::not::tests::validate_double_inversion ... ok [INFO] [stdout] test modifiers::not::tests::not_from_yaml ... ok [INFO] [stdout] test modifiers::any_of::tests::validate_complex_subvalidators ... ok [INFO] [stdout] test modifiers::not::tests::validate_inversion_failure ... ok [INFO] [stdout] test modifiers::one_of::tests::one_of_from_yaml ... ok [INFO] [stdout] test modifiers::not::tests::validate_inversion_success ... ok [INFO] [stdout] test modifiers::one_of::tests::validate_multiple_possible ... ok [INFO] [stdout] test modifiers::one_of::tests::validate_complex_subvalidators ... ok [INFO] [stdout] test modifiers::one_of::tests::validate_unit_case ... ok [INFO] [stdout] test types::array::tests::from_array ... ok [INFO] [stdout] test types::array::tests::from_yaml ... ok [INFO] [stdout] test modifiers::one_of::tests::validate_multiple_valid ... ok [INFO] [stdout] test types::array::tests::from_integer ... ok [INFO] [stdout] test tests::from_yaml ... ok [INFO] [stdout] test types::array::tests::malformed_items ... ok [INFO] [stdout] test types::array::tests::from_string ... ok [INFO] [stdout] test types::array::tests::validate_integer ... ok [INFO] [stdout] test types::array::tests::validate_string ... ok [INFO] [stdout] test types::array::tests::validate_narrow_array ... ok [INFO] [stdout] test types::array::tests::validate_bounded_typed_array ... ok [INFO] [stdout] test types::array::tests::validate_hash ... ok [INFO] [stdout] test types::array::tests::validate_too_large_array ... ok [INFO] [stdout] test types::array::tests::validate_array_contains ... ok [INFO] [stdout] test types::array::tests::validate_too_small_array ... ok [INFO] [stdout] test types::array::tests::validate_unique_typed_array ... ok [INFO] [stdout] test types::array::tests::validate_typed_array ... ok [INFO] [stdout] test types::array::tests::validate_untyped_array ... ok [INFO] [stdout] test types::array::tests::validate_unique_typed_array_duplicates ... ok [INFO] [stdout] test types::array::tests::with_contain_invalid_range ... ok [INFO] [stdout] test types::bool::tests::from_integer ... ok [INFO] [stdout] test types::array::tests::with_invalid_range ... ok [INFO] [stdout] test types::bool::tests::from_array ... ok [INFO] [stdout] test types::bool::tests::from_string ... ok [INFO] [stdout] test types::array::tests::with_contains ... ok [INFO] [stdout] test types::bool::tests::validate_array ... ok [INFO] [stdout] test types::bool::tests::from_yaml ... ok [INFO] [stdout] test types::bool::tests::validate_hash ... ok [INFO] [stdout] test types::bool::tests::validate_integer ... ok [INFO] [stdout] test types::hash::tests::from_array ... ok [INFO] [stdout] test types::bool::tests::validate_string ... ok [INFO] [stdout] test types::hash::tests::from_integer ... ok [INFO] [stdout] test types::hash::tests::from_yaml ... ok [INFO] [stdout] test types::hash::tests::validate_string ... ok [INFO] [stdout] test types::hash::tests::malformed_items ... ok [INFO] [stdout] test types::hash::tests::validate_invalid_typed_hash ... ok [INFO] [stdout] test types::hash::tests::validate_integer ... ok [INFO] [stdout] test types::hash::tests::from_string ... ok [INFO] [stdout] test types::hash::tests::validate_typed_hash ... ok [INFO] [stdout] test types::integer::tests::from_array ... ok [INFO] [stdout] test types::integer::tests::from_integer ... ok [INFO] [stdout] test types::hash::tests::validate_untyped_hash ... ok [INFO] [stdout] test types::integer::tests::from_yaml ... ok [INFO] [stdout] test types::integer::tests::validate_array ... ok [INFO] [stdout] test types::integer::tests::validate_hash ... ok [INFO] [stdout] test types::integer::tests::from_string ... ok [INFO] [stdout] test types::integer::tests::validate_integer ... ok [INFO] [stdout] test types::integer::tests::validate_max_exclusion ... ok [INFO] [stdout] test types::integer::tests::validate_max_invalid ... ok [INFO] [stdout] test types::integer::tests::validate_max_valid ... ok [INFO] [stdout] test types::integer::tests::validate_min_exclusion ... ok [INFO] [stdout] test types::integer::tests::validate_min_invalid ... ok [INFO] [stdout] test types::integer::tests::validate_multiple_of_success ... ok [INFO] [stdout] test types::integer::tests::validate_multiple_of ... ok [INFO] [stdout] test types::integer::tests::validate_narrow_inclusive_set ... ok [INFO] [stdout] test types::integer::tests::validate_min_valid ... ok [INFO] [stdout] test types::integer::tests::validate_string ... ok [INFO] [stdout] test types::integer::tests::validate_narrow_set ... ok [INFO] [stdout] test types::integer::tests::validate_real ... ok [INFO] [stdout] test types::integer::tests::with_exclusive_conflict ... ok [INFO] [stdout] test types::integer::tests::with_zero_width_limits ... ok [INFO] [stdout] test types::integer::tests::with_mixed_limits ... ok [INFO] [stdout] test types::object::tests::extra_fields ... ok [INFO] [stdout] test types::object::tests::from_integer ... ok [INFO] [stdout] test types::object::tests::from_string ... ok [INFO] [stdout] test types::object::tests::from_array ... ok [INFO] [stdout] test types::object::tests::from_yaml ... ok [INFO] [stdout] test types::object::tests::multiple_errors ... ok [INFO] [stdout] test types::object::tests::validate_array ... ok [INFO] [stdout] test types::object::tests::validate_integer ... ok [INFO] [stdout] test types::object::tests::validate_eq ... ok [INFO] [stdout] test types::object::tests::validate_hash ... ok [INFO] [stdout] test types::object::tests::malformed_items ... ok [INFO] [stdout] test types::object::tests::validate_string ... ok [INFO] [stdout] test types::real::tests::from_array ... ok [INFO] [stdout] test types::real::tests::from_integer ... ok [INFO] [stdout] test types::object::tests::validate_noncompliant ... ok [INFO] [stdout] test types::object::tests::validate_optional ... ok [INFO] [stdout] test types::object::tests::validate_required ... ok [INFO] [stdout] test types::real::tests::from_yaml ... ok [INFO] [stdout] test types::real::tests::validate_array ... ok [INFO] [stdout] test types::real::tests::validate_hash ... ok [INFO] [stdout] test types::real::tests::from_string ... ok [INFO] [stdout] test types::real::tests::validate_max_exclusion ... ok [INFO] [stdout] test types::real::tests::validate_max_invalid ... ok [INFO] [stdout] test types::real::tests::validate_integer ... ok [INFO] [stdout] test types::real::tests::validate_min_invalid ... ok [INFO] [stdout] test types::real::tests::validate_min_valid ... ok [INFO] [stdout] test types::real::tests::validate_max_valid ... ok [INFO] [stdout] test types::real::tests::validate_min_exclusion ... ok [INFO] [stdout] test types::real::tests::validate_multiple_of ... ok [INFO] [stdout] test types::real::tests::validate_multiple_of_success ... ok [INFO] [stdout] test types::real::tests::validate_narrow_inclusive_set ... ok [INFO] [stdout] test types::real::tests::validate_narrow_set ... ok [INFO] [stdout] test types::real::tests::validate_real ... ok [INFO] [stdout] test types::real::tests::with_exclusive_conflict ... ok [INFO] [stdout] test types::reference::tests::validate_string ... ok [INFO] [stdout] test types::string::tests::from_array ... ok [INFO] [stdout] test types::real::tests::with_mixed_limits ... ok [INFO] [stdout] test types::real::tests::with_zero_width_limits ... ok [INFO] [stdout] test types::string::tests::from_string ... ok [INFO] [stdout] test types::real::tests::validate_string ... ok [INFO] [stdout] test types::string::tests::from_integer ... ok [INFO] [stdout] test types::string::tests::from_yaml ... ok [INFO] [stdout] test types::string::tests::validate_array ... ok [INFO] [stdout] test types::string::tests::validate_hash ... ok [INFO] [stdout] test types::string::tests::validate_integer ... ok [INFO] [stdout] test types::string::tests::validate_min_and_max_length ... ok [INFO] [stdout] test types::string::tests::validate_string ... ok [INFO] [stdout] test types::string::tests::with_malformed_max_length ... ok [INFO] [stdout] test types::string::tests::with_malformed_min_length ... ok [INFO] [stdout] test types::string::tests::with_min_and_max_length ... ok [INFO] [stdout] test types::string::tests::with_min_larger_than_max_length ... ok [INFO] [stdout] test utils::tests::verify_limit_logic_int ... ok [INFO] [stdout] test utils::tests::verify_limit_logic_f64 ... ok [INFO] [stdout] test types::string::tests::validate_regex ... ok [INFO] [stdout] test types::string::tests::with_regex ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 135 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests yaml_validator [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - Context<'schema>::get_schema (line 42) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7a9c1a75887beba8d1d6f24a3e198c488e494cb447d228059c66626803939d9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a9c1a75887beba8d1d6f24a3e198c488e494cb447d228059c66626803939d9e", kill_on_drop: false }` [INFO] [stdout] 7a9c1a75887beba8d1d6f24a3e198c488e494cb447d228059c66626803939d9e