[INFO] fetching crate rweb-macros 0.14.0... [INFO] testing rweb-macros-0.14.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate rweb-macros 0.14.0 into /workspace/builds/worker-59/source [INFO] validating manifest of crates.io crate rweb-macros 0.14.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 rweb-macros 0.14.0 [INFO] finished tweaking crates.io crate rweb-macros 0.14.0 [INFO] tweaked toml for crates.io crate rweb-macros 0.14.0 written to /workspace/builds/worker-59/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 rweb-openapi v0.6.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a2269c44ffb4a66eaa461bc715e1edd76de3371bdd8831bc1b7789eed7cd9c15 [INFO] running `Command { std: "docker" "start" "-a" "a2269c44ffb4a66eaa461bc715e1edd76de3371bdd8831bc1b7789eed7cd9c15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a2269c44ffb4a66eaa461bc715e1edd76de3371bdd8831bc1b7789eed7cd9c15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2269c44ffb4a66eaa461bc715e1edd76de3371bdd8831bc1b7789eed7cd9c15", kill_on_drop: false }` [INFO] [stdout] a2269c44ffb4a66eaa461bc715e1edd76de3371bdd8831bc1b7789eed7cd9c15 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7ad2940e7dd2bf98b526dd68d16e878a8acb31b920ef5bece7fb9e59c0fc31a6 [INFO] running `Command { std: "docker" "start" "-a" "7ad2940e7dd2bf98b526dd68d16e878a8acb31b920ef5bece7fb9e59c0fc31a6", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling pmutil v0.5.3 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling rweb-openapi v0.6.0 [INFO] [stderr] Compiling rweb-macros v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/derive.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 218 | _ => invalid_schema_usage!(attr), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` 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 #79813 [INFO] [stdout] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/derive.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 222 | _ => invalid_schema_usage!(attr), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [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 #79813 [INFO] [stdout] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/derive.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 278 | _ => invalid_schema_usage!(attr), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [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 #79813 [INFO] [stdout] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/derive.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 283 | _ => invalid_schema_usage!(attr), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [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 #79813 [INFO] [stdout] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/mod.rs:41:19 [INFO] [stdout] | [INFO] [stdout] 41 | .collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | quote_str_indexmap!(op.responses, quote_response); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [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 #79813 [INFO] [stdout] = note: this warning originates in the macro `quote_str_indexmap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/mod.rs:41:19 [INFO] [stdout] | [INFO] [stdout] 41 | .collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 175 | let content_v: Punctuated = quote_str_indexmap!(r.content, quote_mediatype); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [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 #79813 [INFO] [stdout] = note: this warning originates in the macro `quote_str_indexmap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `key` [INFO] [stdout] --> src/parse.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub key: K, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `value` [INFO] [stdout] --> src/parse.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub value: V, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.56s [INFO] running `Command { std: "docker" "inspect" "7ad2940e7dd2bf98b526dd68d16e878a8acb31b920ef5bece7fb9e59c0fc31a6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ad2940e7dd2bf98b526dd68d16e878a8acb31b920ef5bece7fb9e59c0fc31a6", kill_on_drop: false }` [INFO] [stdout] 7ad2940e7dd2bf98b526dd68d16e878a8acb31b920ef5bece7fb9e59c0fc31a6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 62e5c28d3667c43ef373342c0dcd2feb486e41a7e615a97a72c1b869618e3778 [INFO] running `Command { std: "docker" "start" "-a" "62e5c28d3667c43ef373342c0dcd2feb486e41a7e615a97a72c1b869618e3778", kill_on_drop: false }` [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/derive.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 218 | _ => invalid_schema_usage!(attr), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` 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 #79813 [INFO] [stdout] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/derive.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 222 | _ => invalid_schema_usage!(attr), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [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 #79813 [INFO] [stdout] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/derive.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 278 | _ => invalid_schema_usage!(attr), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [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 #79813 [INFO] [stdout] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/derive.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 283 | _ => invalid_schema_usage!(attr), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [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 #79813 [INFO] [stdout] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/mod.rs:41:19 [INFO] [stdout] | [INFO] [stdout] 41 | .collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | quote_str_indexmap!(op.responses, quote_response); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [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 #79813 [INFO] [stdout] = note: this warning originates in the macro `quote_str_indexmap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rweb-macros v0.14.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/mod.rs:41:19 [INFO] [stdout] | [INFO] [stdout] 41 | .collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 175 | let content_v: Punctuated = quote_str_indexmap!(r.content, quote_mediatype); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [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 #79813 [INFO] [stdout] = note: this warning originates in the macro `quote_str_indexmap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `key` [INFO] [stdout] --> src/parse.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub key: K, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `value` [INFO] [stdout] --> src/parse.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub value: V, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/derive.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 218 | _ => invalid_schema_usage!(attr), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_macros)]` 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 #79813 [INFO] [stdout] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/derive.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 222 | _ => invalid_schema_usage!(attr), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [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 #79813 [INFO] [stdout] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/derive.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 278 | _ => invalid_schema_usage!(attr), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [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 #79813 [INFO] [stdout] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/derive.rs:177:10 [INFO] [stdout] | [INFO] [stdout] 177 | ); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 283 | _ => invalid_schema_usage!(attr), [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [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 #79813 [INFO] [stdout] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/mod.rs:41:19 [INFO] [stdout] | [INFO] [stdout] 41 | .collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 64 | quote_str_indexmap!(op.responses, quote_response); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [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 #79813 [INFO] [stdout] = note: this warning originates in the macro `quote_str_indexmap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/openapi/mod.rs:41:19 [INFO] [stdout] | [INFO] [stdout] 41 | .collect(); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 175 | let content_v: Punctuated = quote_str_indexmap!(r.content, quote_mediatype); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [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 #79813 [INFO] [stdout] = note: this warning originates in the macro `quote_str_indexmap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `key` [INFO] [stdout] --> src/parse.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | pub key: K, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `value` [INFO] [stdout] --> src/parse.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub value: V, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.82s [INFO] running `Command { std: "docker" "inspect" "62e5c28d3667c43ef373342c0dcd2feb486e41a7e615a97a72c1b869618e3778", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62e5c28d3667c43ef373342c0dcd2feb486e41a7e615a97a72c1b869618e3778", kill_on_drop: false }` [INFO] [stdout] 62e5c28d3667c43ef373342c0dcd2feb486e41a7e615a97a72c1b869618e3778 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 504b15bfc8f38b9285efa97f6863a153dbbf16fa3e19f28e4cd31a9a0a1f9069 [INFO] running `Command { std: "docker" "start" "-a" "504b15bfc8f38b9285efa97f6863a153dbbf16fa3e19f28e4cd31a9a0a1f9069", kill_on_drop: false }` [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/openapi/derive.rs:177:10 [INFO] [stderr] | [INFO] [stderr] 177 | ); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 218 | _ => invalid_schema_usage!(attr), [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/openapi/derive.rs:177:10 [INFO] [stderr] | [INFO] [stderr] 177 | ); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 222 | _ => invalid_schema_usage!(attr), [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/openapi/derive.rs:177:10 [INFO] [stderr] | [INFO] [stderr] 177 | ); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 278 | _ => invalid_schema_usage!(attr), [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/openapi/derive.rs:177:10 [INFO] [stderr] | [INFO] [stderr] 177 | ); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 283 | _ => invalid_schema_usage!(attr), [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `invalid_schema_usage` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/openapi/mod.rs:41:19 [INFO] [stderr] | [INFO] [stderr] 41 | .collect(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 64 | quote_str_indexmap!(op.responses, quote_response); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `quote_str_indexmap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trailing semicolon in macro used in expression position [INFO] [stderr] --> src/openapi/mod.rs:41:19 [INFO] [stderr] | [INFO] [stderr] 41 | .collect(); [INFO] [stderr] | ^ [INFO] [stderr] ... [INFO] [stderr] 175 | let content_v: Punctuated = quote_str_indexmap!(r.content, quote_mediatype); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79813 [INFO] [stderr] = note: this warning originates in the macro `quote_str_indexmap` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `key` [INFO] [stderr] --> src/parse.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | pub key: K, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `value` [INFO] [stderr] --> src/parse.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | pub value: V, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rweb-macros` (lib) generated 8 warnings [INFO] [stderr] warning: `rweb-macros` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rweb_macros-02e3c5107e8ecc95) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test path::tests::should_work ... ok [INFO] [stdout] test path::tests::should_panic_if_path_doesnt_start_with_slash - should panic ... ok [INFO] [stdout] test path::tests::should_panic_if_path_contains_slash_slash - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests rweb-macros [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/util.rs - util::ItemImplExt::with_generics (line 14) ... ignored [INFO] [stdout] test src/util.rs - util::ItemImplExt::with_generics (line 34) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "504b15bfc8f38b9285efa97f6863a153dbbf16fa3e19f28e4cd31a9a0a1f9069", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "504b15bfc8f38b9285efa97f6863a153dbbf16fa3e19f28e4cd31a9a0a1f9069", kill_on_drop: false }` [INFO] [stdout] 504b15bfc8f38b9285efa97f6863a153dbbf16fa3e19f28e4cd31a9a0a1f9069