[INFO] fetching crate serde-json-schema 0.1.1... [INFO] testing serde-json-schema-0.1.1 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate serde-json-schema 0.1.1 into /workspace/builds/worker-0-tc2/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-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate serde-json-schema 0.1.1 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e9d4c940f5435119c2ba39c7a8bb6778ea6df82b338c291b51889a7b937549c [INFO] running `Command { std: "docker" "start" "-a" "3e9d4c940f5435119c2ba39c7a8bb6778ea6df82b338c291b51889a7b937549c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e9d4c940f5435119c2ba39c7a8bb6778ea6df82b338c291b51889a7b937549c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e9d4c940f5435119c2ba39c7a8bb6778ea6df82b338c291b51889a7b937549c", kill_on_drop: false }` [INFO] [stdout] 3e9d4c940f5435119c2ba39c7a8bb6778ea6df82b338c291b51889a7b937549c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2daa94d9f3541f1746b22b8de6a728c3ad34f401c6fab3798fec8f99ee398161 [INFO] running `Command { std: "docker" "start" "-a" "2daa94d9f3541f1746b22b8de6a728c3ad34f401c6fab3798fec8f99ee398161", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.189 [INFO] [stderr] Compiling serde_json v1.0.107 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling quote v1.0.33 [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:62 [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 11.98s [INFO] running `Command { std: "docker" "inspect" "2daa94d9f3541f1746b22b8de6a728c3ad34f401c6fab3798fec8f99ee398161", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2daa94d9f3541f1746b22b8de6a728c3ad34f401c6fab3798fec8f99ee398161", kill_on_drop: false }` [INFO] [stdout] 2daa94d9f3541f1746b22b8de6a728c3ad34f401c6fab3798fec8f99ee398161 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 310d3f8eafe13520b80c9c36b3d2fbcbc01d45f039f36b5a9bae50536a2ab346 [INFO] running `Command { std: "docker" "start" "-a" "310d3f8eafe13520b80c9c36b3d2fbcbc01d45f039f36b5a9bae50536a2ab346", kill_on_drop: false }` [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:62 [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] [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] [stderr] error: could not compile `serde-json-schema` (test "lib") due to 19 previous errors [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] [stderr] warning: build failed, waiting for other jobs to finish... [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:62 [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" "310d3f8eafe13520b80c9c36b3d2fbcbc01d45f039f36b5a9bae50536a2ab346", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "310d3f8eafe13520b80c9c36b3d2fbcbc01d45f039f36b5a9bae50536a2ab346", kill_on_drop: false }` [INFO] [stdout] 310d3f8eafe13520b80c9c36b3d2fbcbc01d45f039f36b5a9bae50536a2ab346