[INFO] fetching crate rweb-macros 0.14.0... [INFO] testing rweb-macros-0.14.0 against beta-2022-04-10 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 beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e2fbb01d3e6645b53e2445616d4ea972b9c2987ea8becc264e7f179cb07e1f2c [INFO] running `Command { std: "docker" "start" "-a" "e2fbb01d3e6645b53e2445616d4ea972b9c2987ea8becc264e7f179cb07e1f2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e2fbb01d3e6645b53e2445616d4ea972b9c2987ea8becc264e7f179cb07e1f2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2fbb01d3e6645b53e2445616d4ea972b9c2987ea8becc264e7f179cb07e1f2c", kill_on_drop: false }` [INFO] [stdout] e2fbb01d3e6645b53e2445616d4ea972b9c2987ea8becc264e7f179cb07e1f2c [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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8edcfed08bb634be117d85af9d63b03856c2401493e649a27a8338f9659104e1 [INFO] running `Command { std: "docker" "start" "-a" "8edcfed08bb634be117d85af9d63b03856c2401493e649a27a8338f9659104e1", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling idna v0.2.3 [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 18.36s [INFO] running `Command { std: "docker" "inspect" "8edcfed08bb634be117d85af9d63b03856c2401493e649a27a8338f9659104e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8edcfed08bb634be117d85af9d63b03856c2401493e649a27a8338f9659104e1", kill_on_drop: false }` [INFO] [stdout] 8edcfed08bb634be117d85af9d63b03856c2401493e649a27a8338f9659104e1 [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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7af8c00ced4b8b8ec9a5eabecabed1988b8391cbe220cb89e1b998cb3a4c709c [INFO] running `Command { std: "docker" "start" "-a" "7af8c00ced4b8b8ec9a5eabecabed1988b8391cbe220cb89e1b998cb3a4c709c", 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] [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] 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 test [unoptimized + debuginfo] target(s) in 1.41s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rweb_macros-19b1cc06dd7de421) [INFO] running `Command { std: "docker" "inspect" "7af8c00ced4b8b8ec9a5eabecabed1988b8391cbe220cb89e1b998cb3a4c709c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7af8c00ced4b8b8ec9a5eabecabed1988b8391cbe220cb89e1b998cb3a4c709c", kill_on_drop: false }` [INFO] [stdout] 7af8c00ced4b8b8ec9a5eabecabed1988b8391cbe220cb89e1b998cb3a4c709c [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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4418dd7dc8328b26aeb92e93fb45b9a89fabb041da16dc8ae5636ae7a3d88045 [INFO] running `Command { std: "docker" "start" "-a" "4418dd7dc8328b26aeb92e93fb45b9a89fabb041da16dc8ae5636ae7a3d88045", 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.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rweb_macros-19b1cc06dd7de421) [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" "4418dd7dc8328b26aeb92e93fb45b9a89fabb041da16dc8ae5636ae7a3d88045", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4418dd7dc8328b26aeb92e93fb45b9a89fabb041da16dc8ae5636ae7a3d88045", kill_on_drop: false }` [INFO] [stdout] 4418dd7dc8328b26aeb92e93fb45b9a89fabb041da16dc8ae5636ae7a3d88045