[INFO] fetching crate serde-json-schema 0.1.0... [INFO] testing serde-json-schema-0.1.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate serde-json-schema 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate serde-json-schema 0.1.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate serde-json-schema 0.1.0 [INFO] finished tweaking crates.io crate serde-json-schema 0.1.0 [INFO] tweaked toml for crates.io crate serde-json-schema 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate serde-json-schema 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ryu v1.0.0 [INFO] [stderr] Downloaded smallvec v0.6.10 [INFO] [stderr] Downloaded unicode-normalization v0.1.8 [INFO] [stderr] Downloaded syn v1.0.5 [INFO] [stderr] Downloaded serde_json v1.0.40 [INFO] [stderr] Downloaded json-pointer v0.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f97304c795920a9367f89969d52def6333b6c12bf42b7f67246280f2fc7c5928 [INFO] running `Command { std: "docker" "start" "-a" "f97304c795920a9367f89969d52def6333b6c12bf42b7f67246280f2fc7c5928", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f97304c795920a9367f89969d52def6333b6c12bf42b7f67246280f2fc7c5928", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f97304c795920a9367f89969d52def6333b6c12bf42b7f67246280f2fc7c5928", kill_on_drop: false }` [INFO] [stdout] f97304c795920a9367f89969d52def6333b6c12bf42b7f67246280f2fc7c5928 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d29608d15395a026383ce80b6972ca2c42cc2f06c734c91d750a7759bc831bc [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3d29608d15395a026383ce80b6972ca2c42cc2f06c734c91d750a7759bc831bc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.1 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling unicode-normalization v0.1.8 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling json-pointer v0.3.2 [INFO] [stderr] Compiling serde-json-schema v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/property.rs:10:3 [INFO] [stdout] | [INFO] [stdout] 10 | #[serde(untagged)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 11 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.12s [INFO] running `Command { std: "docker" "inspect" "3d29608d15395a026383ce80b6972ca2c42cc2f06c734c91d750a7759bc831bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d29608d15395a026383ce80b6972ca2c42cc2f06c734c91d750a7759bc831bc", kill_on_drop: false }` [INFO] [stdout] 3d29608d15395a026383ce80b6972ca2c42cc2f06c734c91d750a7759bc831bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ca23a5e8f7621514a54411a6c927e48a2de358f4e93535ace7a3cd56c51e228 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2ca23a5e8f7621514a54411a6c927e48a2de358f4e93535ace7a3cd56c51e228", kill_on_drop: false }` [INFO] [stderr] Compiling serde-json-schema v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/property.rs:10:3 [INFO] [stdout] | [INFO] [stdout] 10 | #[serde(untagged)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 11 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [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:102:19 [INFO] [stdout] | [INFO] [stdout] 102 | let raw = include_str!("./fixtures/address.schema.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:109:19 [INFO] [stdout] | [INFO] [stdout] 109 | let raw = include_str!("./fixtures/calendar.schema.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:116:19 [INFO] [stdout] | [INFO] [stdout] 116 | let raw = include_str!("./fixtures/card.schema.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:124:34 [INFO] [stdout] | [INFO] [stdout] 124 | serde_json::from_str(include_str!("./fixtures/card.schema.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:132:34 [INFO] [stdout] | [INFO] [stdout] 132 | serde_json::from_str(include_str!("./fixtures/green_door.schema.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:134:34 [INFO] [stdout] | [INFO] [stdout] 134 | serde_json::from_str(include_str!("./fixtures/green_door.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:312:34 [INFO] [stdout] | [INFO] [stdout] 312 | serde_json::from_str(include_str!("./fixtures/green_door.schema.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:313:71 [INFO] [stdout] | [INFO] [stdout] 313 | let json_green_door: serde_json::Value = serde_json::from_str(include_str!( [INFO] [stdout] | _______________________________________________________________________^ [INFO] [stdout] 314 | | "./fixtures/green_door.wrong_number_types.json" [INFO] [stdout] 315 | | )) [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:326:26 [INFO] [stdout] | [INFO] [stdout] 326 | let raw_schema = include_str!("./fixtures/address.schema.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:330:34 [INFO] [stdout] | [INFO] [stdout] 330 | serde_json::from_str(include_str!("./fixtures/address.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:337:34 [INFO] [stdout] | [INFO] [stdout] 337 | serde_json::from_str(include_str!("./fixtures/root_array.schema.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:340:34 [INFO] [stdout] | [INFO] [stdout] 340 | serde_json::from_str(include_str!("./fixtures/root_array.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:346:26 [INFO] [stdout] | [INFO] [stdout] 346 | let raw_schema = include_str!("./fixtures/address.schema.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:350:34 [INFO] [stdout] | [INFO] [stdout] 350 | serde_json::from_str(include_str!("./fixtures/address.wrong-type.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:357:26 [INFO] [stdout] | [INFO] [stdout] 357 | let raw_schema = include_str!("./fixtures/address.schema.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:361:34 [INFO] [stdout] | [INFO] [stdout] 361 | serde_json::from_str(include_str!("./fixtures/address.missing.json")).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:368:26 [INFO] [stdout] | [INFO] [stdout] 368 | let raw_schema = include_str!("./fixtures/address.schema.json"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [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:372:34 [INFO] [stdout] | [INFO] [stdout] 372 | serde_json::from_str(include_str!("./fixtures/address.missing-non-required.json")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde-json-schema` due to 19 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> src/property.rs:10:3 [INFO] [stdout] | [INFO] [stdout] 10 | #[serde(untagged)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 11 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | --------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2ca23a5e8f7621514a54411a6c927e48a2de358f4e93535ace7a3cd56c51e228", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ca23a5e8f7621514a54411a6c927e48a2de358f4e93535ace7a3cd56c51e228", kill_on_drop: false }` [INFO] [stdout] 2ca23a5e8f7621514a54411a6c927e48a2de358f4e93535ace7a3cd56c51e228