[INFO] fetching crate serde-json-schema 0.1.1... [INFO] testing serde-json-schema-0.1.1 against 1.90.0 for beta-1.91-3 [INFO] extracting crate serde-json-schema 0.1.1 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate serde-json-schema 0.1.1 [INFO] finished tweaking crates.io crate serde-json-schema 0.1.1 [INFO] tweaked toml for crates.io crate serde-json-schema 0.1.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate serde-json-schema 0.1.1 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate serde-json-schema 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded json-pointer v0.3.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d577a9c2b3c4bd0c1ae5f442c0b33eb5e4a9d9571b21bfeda965f9645aa828d0 [INFO] running `Command { std: "docker" "start" "-a" "d577a9c2b3c4bd0c1ae5f442c0b33eb5e4a9d9571b21bfeda965f9645aa828d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d577a9c2b3c4bd0c1ae5f442c0b33eb5e4a9d9571b21bfeda965f9645aa828d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d577a9c2b3c4bd0c1ae5f442c0b33eb5e4a9d9571b21bfeda965f9645aa828d0", kill_on_drop: false }` [INFO] [stdout] d577a9c2b3c4bd0c1ae5f442c0b33eb5e4a9d9571b21bfeda965f9645aa828d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce987f2fbc436707b9d99b476f7021e214a722792a25a648564a36a6d80add95 [INFO] running `Command { std: "docker" "start" "-a" "ce987f2fbc436707b9d99b476f7021e214a722792a25a648564a36a6d80add95", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.189 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling syn v2.0.38 [INFO] [stderr] Compiling serde_derive v1.0.189 [INFO] [stderr] Compiling url v2.4.1 [INFO] [stderr] Compiling json-pointer v0.3.4 [INFO] [stderr] Compiling serde-json-schema v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:186:18 [INFO] [stdout] | [INFO] [stdout] 186 | type Error = crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | unused_qualifications [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 186 - type Error = crate::error::Error; [INFO] [stdout] 186 + type Error = error::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:193:18 [INFO] [stdout] | [INFO] [stdout] 193 | type Error = crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 193 - type Error = crate::error::Error; [INFO] [stdout] 193 + type Error = error::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:200:18 [INFO] [stdout] | [INFO] [stdout] 200 | type Error = crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 200 - type Error = crate::error::Error; [INFO] [stdout] 200 + type Error = error::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:207:18 [INFO] [stdout] | [INFO] [stdout] 207 | type Error = crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 207 - type Error = crate::error::Error; [INFO] [stdout] 207 + type Error = error::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:214:18 [INFO] [stdout] | [INFO] [stdout] 214 | type Error = crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 214 - type Error = crate::error::Error; [INFO] [stdout] 214 + type Error = error::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/property.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn deref<'a>(&'a self, schema: &'a Schema) -> Option<&PropertyInstance> { [INFO] [stdout] | ^^ ^^ ----------------- the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named 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 `'a` [INFO] [stdout] | [INFO] [stdout] 70 | pub fn deref<'a>(&'a self, schema: &'a Schema) -> Option<&'a PropertyInstance> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.72s [INFO] running `Command { std: "docker" "inspect" "ce987f2fbc436707b9d99b476f7021e214a722792a25a648564a36a6d80add95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce987f2fbc436707b9d99b476f7021e214a722792a25a648564a36a6d80add95", kill_on_drop: false }` [INFO] [stdout] ce987f2fbc436707b9d99b476f7021e214a722792a25a648564a36a6d80add95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70995f404a7c01ed539c3ea36bc06751126e06db80a81bee36281bca38504b79 [INFO] running `Command { std: "docker" "start" "-a" "70995f404a7c01ed539c3ea36bc06751126e06db80a81bee36281bca38504b79", kill_on_drop: false }` [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:186:18 [INFO] [stdout] | [INFO] [stdout] 186 | type Error = crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | unused_qualifications [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 186 - type Error = crate::error::Error; [INFO] [stdout] 186 + type Error = error::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:193:18 [INFO] [stdout] | [INFO] [stdout] 193 | type Error = crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 193 - type Error = crate::error::Error; [INFO] [stdout] 193 + type Error = error::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:200:18 [INFO] [stdout] | [INFO] [stdout] 200 | type Error = crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 200 - type Error = crate::error::Error; [INFO] [stdout] 200 + type Error = error::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:207:18 [INFO] [stdout] | [INFO] [stdout] 207 | type Error = crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 207 - type Error = crate::error::Error; [INFO] [stdout] 207 + type Error = error::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:214:18 [INFO] [stdout] | [INFO] [stdout] 214 | type Error = crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 214 - type Error = crate::error::Error; [INFO] [stdout] 214 + type Error = error::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde-json-schema v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/property.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn deref<'a>(&'a self, schema: &'a Schema) -> Option<&PropertyInstance> { [INFO] [stdout] | ^^ ^^ ----------------- the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named 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 `'a` [INFO] [stdout] | [INFO] [stdout] 70 | pub fn deref<'a>(&'a self, schema: &'a Schema) -> Option<&'a PropertyInstance> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/address.schema.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:100:19 [INFO] [stdout] | [INFO] [stdout] 100 | let raw = include_str!("./fixtures/address.schema.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/address.schema.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:107:19 [INFO] [stdout] | [INFO] [stdout] 107 | let raw = include_str!("./fixtures/address.schema.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/calendar.schema.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:119:19 [INFO] [stdout] | [INFO] [stdout] 119 | let raw = include_str!("./fixtures/calendar.schema.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/card.schema.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:126:19 [INFO] [stdout] | [INFO] [stdout] 126 | let raw = include_str!("./fixtures/card.schema.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/card.schema.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:134:34 [INFO] [stdout] | [INFO] [stdout] 134 | serde_json::from_str(include_str!("./fixtures/card.schema.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/green_door.schema.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:142:34 [INFO] [stdout] | [INFO] [stdout] 142 | serde_json::from_str(include_str!("./fixtures/green_door.schema.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/green_door.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:144:34 [INFO] [stdout] | [INFO] [stdout] 144 | serde_json::from_str(include_str!("./fixtures/green_door.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/green_door.schema.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:321:34 [INFO] [stdout] | [INFO] [stdout] 321 | serde_json::from_str(include_str!("./fixtures/green_door.schema.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/green_door.wrong_number_types.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:322:71 [INFO] [stdout] | [INFO] [stdout] 322 | let json_green_door: serde_json::Value = serde_json::from_str(include_str!( [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 323 | | "./fixtures/green_door.wrong_number_types.json" [INFO] [stdout] 324 | | )) [INFO] [stdout] | |_________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/address.schema.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:335:26 [INFO] [stdout] | [INFO] [stdout] 335 | let raw_schema = include_str!("./fixtures/address.schema.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/address.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:339:34 [INFO] [stdout] | [INFO] [stdout] 339 | serde_json::from_str(include_str!("./fixtures/address.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/root_array.schema.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:346:34 [INFO] [stdout] | [INFO] [stdout] 346 | serde_json::from_str(include_str!("./fixtures/root_array.schema.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/root_array.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:349:34 [INFO] [stdout] | [INFO] [stdout] 349 | serde_json::from_str(include_str!("./fixtures/root_array.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/address.schema.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:355:26 [INFO] [stdout] | [INFO] [stdout] 355 | let raw_schema = include_str!("./fixtures/address.schema.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/address.wrong-type.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:359:34 [INFO] [stdout] | [INFO] [stdout] 359 | serde_json::from_str(include_str!("./fixtures/address.wrong-type.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/address.schema.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:366:26 [INFO] [stdout] | [INFO] [stdout] 366 | let raw_schema = include_str!("./fixtures/address.schema.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/address.missing.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:370:34 [INFO] [stdout] | [INFO] [stdout] 370 | serde_json::from_str(include_str!("./fixtures/address.missing.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/address.schema.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:377:26 [INFO] [stdout] | [INFO] [stdout] 377 | let raw_schema = include_str!("./fixtures/address.schema.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read `tests/./fixtures/address.missing-non-required.json`: No such file or directory (os error 2) [INFO] [stdout] --> tests/lib.rs:381:34 [INFO] [stdout] | [INFO] [stdout] 381 | serde_json::from_str(include_str!("./fixtures/address.missing-non-required.json")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde-json-schema` (test "lib") due to 19 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:186:18 [INFO] [stdout] | [INFO] [stdout] 186 | type Error = crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | unused_qualifications [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 186 - type Error = crate::error::Error; [INFO] [stdout] 186 + type Error = error::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:193:18 [INFO] [stdout] | [INFO] [stdout] 193 | type Error = crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 193 - type Error = crate::error::Error; [INFO] [stdout] 193 + type Error = error::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:200:18 [INFO] [stdout] | [INFO] [stdout] 200 | type Error = crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 200 - type Error = crate::error::Error; [INFO] [stdout] 200 + type Error = error::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:207:18 [INFO] [stdout] | [INFO] [stdout] 207 | type Error = crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 207 - type Error = crate::error::Error; [INFO] [stdout] 207 + type Error = error::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary qualification [INFO] [stdout] --> src/lib.rs:214:18 [INFO] [stdout] | [INFO] [stdout] 214 | type Error = crate::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: remove the unnecessary path segments [INFO] [stdout] | [INFO] [stdout] 214 - type Error = crate::error::Error; [INFO] [stdout] 214 + type Error = error::Error; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/property.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn deref<'a>(&'a self, schema: &'a Schema) -> Option<&PropertyInstance> { [INFO] [stdout] | ^^ ^^ ----------------- the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the lifetime is named here [INFO] [stdout] | the lifetime is named 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 `'a` [INFO] [stdout] | [INFO] [stdout] 70 | pub fn deref<'a>(&'a self, schema: &'a Schema) -> Option<&'a PropertyInstance> { [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "70995f404a7c01ed539c3ea36bc06751126e06db80a81bee36281bca38504b79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70995f404a7c01ed539c3ea36bc06751126e06db80a81bee36281bca38504b79", kill_on_drop: false }` [INFO] [stdout] 70995f404a7c01ed539c3ea36bc06751126e06db80a81bee36281bca38504b79