[INFO] fetching crate aw-models 0.1.0... [INFO] checking aw-models-0.1.0 against try#279ba2cff36a3029611d32ee1b5c82559c565f69 for pr-87316 [INFO] extracting crate aw-models 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate aw-models 0.1.0 on toolchain 279ba2cff36a3029611d32ee1b5c82559c565f69 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+279ba2cff36a3029611d32ee1b5c82559c565f69" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate aw-models 0.1.0 [INFO] finished tweaking crates.io crate aw-models 0.1.0 [INFO] tweaked toml for crates.io crate aw-models 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+279ba2cff36a3029611d32ee1b5c82559c565f69" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+279ba2cff36a3029611d32ee1b5c82559c565f69" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+279ba2cff36a3029611d32ee1b5c82559c565f69" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 262ef0bd8a237b33f94e65e3aef91c73f29f4ab787c046ee800105eae2fa01a5 [INFO] running `Command { std: "docker" "start" "-a" "262ef0bd8a237b33f94e65e3aef91c73f29f4ab787c046ee800105eae2fa01a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "262ef0bd8a237b33f94e65e3aef91c73f29f4ab787c046ee800105eae2fa01a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "262ef0bd8a237b33f94e65e3aef91c73f29f4ab787c046ee800105eae2fa01a5", kill_on_drop: false }` [INFO] [stdout] 262ef0bd8a237b33f94e65e3aef91c73f29f4ab787c046ee800105eae2fa01a5 [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=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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+279ba2cff36a3029611d32ee1b5c82559c565f69" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be26e90797e1ff7d614b0025c287e81a960c5462bef36f770fb85879538f56b5 [INFO] running `Command { std: "docker" "start" "-a" "be26e90797e1ff7d614b0025c287e81a960c5462bef36f770fb85879538f56b5", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling serde_json v1.0.65 [INFO] [stderr] Compiling schemars v0.7.6 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling serde_derive_internals v0.25.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling schemars_derive v0.7.6 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking aw-models v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/bucket.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/bucket.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/bucket.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/bucket.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/bucket.rs:29:34 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/bucket.rs:29:34 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/bucket.rs:29:34 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/bucket.rs:29:34 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/bucket.rs:45:34 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Serialize, Deserialize, JsonSchema, Clone)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/bucket.rs:45:34 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Serialize, Deserialize, JsonSchema, Clone)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/bucket.rs:45:34 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Serialize, Deserialize, JsonSchema, Clone)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/bucket.rs:45:34 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(Serialize, Deserialize, JsonSchema, Clone)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/event.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/event.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/event.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/event.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/info.rs:4:34 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Serialize, Deserialize, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/info.rs:4:34 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Serialize, Deserialize, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/info.rs:4:34 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Serialize, Deserialize, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/info.rs:4:34 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Serialize, Deserialize, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/key_value.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Serialize, Deserialize, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/key_value.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Serialize, Deserialize, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/key_value.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Serialize, Deserialize, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/key_value.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Serialize, Deserialize, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/key_value.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/key_value.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> src/key_value.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> src/key_value.rs:10:34 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(Serialize, Deserialize, JsonSchema, Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aw-models` due to 15 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "be26e90797e1ff7d614b0025c287e81a960c5462bef36f770fb85879538f56b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be26e90797e1ff7d614b0025c287e81a960c5462bef36f770fb85879538f56b5", kill_on_drop: false }` [INFO] [stdout] be26e90797e1ff7d614b0025c287e81a960c5462bef36f770fb85879538f56b5