[INFO] fetching crate oas_gen 0.5.0... [INFO] testing oas_gen-0.5.0 against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] extracting crate oas_gen 0.5.0 into /workspace/builds/worker-103/source [INFO] validating manifest of crates.io crate oas_gen 0.5.0 on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate oas_gen 0.5.0 [INFO] finished tweaking crates.io crate oas_gen 0.5.0 [INFO] tweaked toml for crates.io crate oas_gen 0.5.0 written to /workspace/builds/worker-103/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 40ffb5b5fedd092160b06333546da03a39c1737d7467477f8e1525d247f2bb92 [INFO] running `Command { std: "docker" "start" "-a" "40ffb5b5fedd092160b06333546da03a39c1737d7467477f8e1525d247f2bb92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40ffb5b5fedd092160b06333546da03a39c1737d7467477f8e1525d247f2bb92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40ffb5b5fedd092160b06333546da03a39c1737d7467477f8e1525d247f2bb92", kill_on_drop: false }` [INFO] [stdout] 40ffb5b5fedd092160b06333546da03a39c1737d7467477f8e1525d247f2bb92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cadfae94393874deaf8793eed7470f23f9637b5029c9ba1ad8ed831fc1c41798 [INFO] running `Command { std: "docker" "start" "-a" "cadfae94393874deaf8793eed7470f23f9637b5029c9ba1ad8ed831fc1c41798", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling serde_json v1.0.72 [INFO] [stderr] Compiling schemars v0.8.8 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling serde_skip v0.1.0 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling serde_derive_internals v0.25.0 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling schemars_derive v0.8.8 [INFO] [stderr] Compiling contracts v0.6.2 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling oas_gen v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `nothing` [INFO] [stdout] --> src/apipath.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | nothing: (), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `schema_generator` [INFO] [stdout] --> src/queryparam.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | schema_generator: SchemaGenerator, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:20:16 [INFO] [stdout] | [INFO] [stdout] 20 | #[requires(key.starts_with('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | #[requires(key.ends_with('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:58:16 [INFO] [stdout] | [INFO] [stdout] 58 | #[requires(!prefix.clone().unwrap_or_default().contains('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:59:16 [INFO] [stdout] | [INFO] [stdout] 59 | #[requires(!prefix.clone().unwrap_or_default().contains('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[requires(!token.clone().unwrap_or_default().contains('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | #[requires(!token.clone().unwrap_or_default().contains('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:74:16 [INFO] [stdout] | [INFO] [stdout] 74 | #[requires(!prefix.clone().unwrap_or_default().contains('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:75:16 [INFO] [stdout] | [INFO] [stdout] 75 | #[requires(!prefix.clone().unwrap_or_default().contains('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:77:16 [INFO] [stdout] | [INFO] [stdout] 77 | #[requires(!token.clone().unwrap_or_default().contains('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:78:16 [INFO] [stdout] | [INFO] [stdout] 78 | #[requires(!token.clone().unwrap_or_default().contains('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/oasgen.rs:161:16 [INFO] [stdout] | [INFO] [stdout] 161 | #[requires(param_name.starts_with('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/oasgen.rs:162:16 [INFO] [stdout] | [INFO] [stdout] 162 | #[requires(param_name.ends_with('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.69s [INFO] running `Command { std: "docker" "inspect" "cadfae94393874deaf8793eed7470f23f9637b5029c9ba1ad8ed831fc1c41798", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cadfae94393874deaf8793eed7470f23f9637b5029c9ba1ad8ed831fc1c41798", kill_on_drop: false }` [INFO] [stdout] cadfae94393874deaf8793eed7470f23f9637b5029c9ba1ad8ed831fc1c41798 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f34cfedf80014fcfbff026f4a8961326fb2c51c7b355383bc698eb410887a97 [INFO] running `Command { std: "docker" "start" "-a" "7f34cfedf80014fcfbff026f4a8961326fb2c51c7b355383bc698eb410887a97", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stdout] warning: field is never read: `nothing` [INFO] [stdout] --> src/apipath.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | nothing: (), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `schema_generator` [INFO] [stdout] --> src/queryparam.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | schema_generator: SchemaGenerator, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:20:16 [INFO] [stdout] | [INFO] [stdout] 20 | #[requires(key.starts_with('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | #[requires(key.ends_with('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:58:16 [INFO] [stdout] | [INFO] [stdout] 58 | #[requires(!prefix.clone().unwrap_or_default().contains('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:59:16 [INFO] [stdout] | [INFO] [stdout] 59 | #[requires(!prefix.clone().unwrap_or_default().contains('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[requires(!token.clone().unwrap_or_default().contains('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | #[requires(!token.clone().unwrap_or_default().contains('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:74:16 [INFO] [stdout] | [INFO] [stdout] 74 | #[requires(!prefix.clone().unwrap_or_default().contains('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:75:16 [INFO] [stdout] | [INFO] [stdout] 75 | #[requires(!prefix.clone().unwrap_or_default().contains('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:77:16 [INFO] [stdout] | [INFO] [stdout] 77 | #[requires(!token.clone().unwrap_or_default().contains('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:78:16 [INFO] [stdout] | [INFO] [stdout] 78 | #[requires(!token.clone().unwrap_or_default().contains('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/oasgen.rs:161:16 [INFO] [stdout] | [INFO] [stdout] 161 | #[requires(param_name.starts_with('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/oasgen.rs:162:16 [INFO] [stdout] | [INFO] [stdout] 162 | #[requires(param_name.ends_with('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling serde_yaml v0.8.21 [INFO] [stderr] Compiling openapiv3 v0.5.0 [INFO] [stderr] Compiling oas_gen v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `nothing` [INFO] [stdout] --> src/apipath.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | nothing: (), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `schema_generator` [INFO] [stdout] --> src/queryparam.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | schema_generator: SchemaGenerator, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:20:16 [INFO] [stdout] | [INFO] [stdout] 20 | #[requires(key.starts_with('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | #[requires(key.ends_with('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:58:16 [INFO] [stdout] | [INFO] [stdout] 58 | #[requires(!prefix.clone().unwrap_or_default().contains('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:59:16 [INFO] [stdout] | [INFO] [stdout] 59 | #[requires(!prefix.clone().unwrap_or_default().contains('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[requires(!token.clone().unwrap_or_default().contains('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | #[requires(!token.clone().unwrap_or_default().contains('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:74:16 [INFO] [stdout] | [INFO] [stdout] 74 | #[requires(!prefix.clone().unwrap_or_default().contains('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:75:16 [INFO] [stdout] | [INFO] [stdout] 75 | #[requires(!prefix.clone().unwrap_or_default().contains('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:77:16 [INFO] [stdout] | [INFO] [stdout] 77 | #[requires(!token.clone().unwrap_or_default().contains('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/apipath.rs:78:16 [INFO] [stdout] | [INFO] [stdout] 78 | #[requires(!token.clone().unwrap_or_default().contains('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/oasgen.rs:161:16 [INFO] [stdout] | [INFO] [stdout] 161 | #[requires(param_name.starts_with('{'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains braces [INFO] [stdout] --> src/oasgen.rs:162:16 [INFO] [stdout] | [INFO] [stdout] 162 | #[requires(param_name.ends_with('}'))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 20.02s [INFO] running `Command { std: "docker" "inspect" "7f34cfedf80014fcfbff026f4a8961326fb2c51c7b355383bc698eb410887a97", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f34cfedf80014fcfbff026f4a8961326fb2c51c7b355383bc698eb410887a97", kill_on_drop: false }` [INFO] [stdout] 7f34cfedf80014fcfbff026f4a8961326fb2c51c7b355383bc698eb410887a97 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 232a47d235aa6efeab5e972785a333f935c7c27b1bdf16fb0f3294c80dd7ce9c [INFO] running `Command { std: "docker" "start" "-a" "232a47d235aa6efeab5e972785a333f935c7c27b1bdf16fb0f3294c80dd7ce9c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: field is never read: `nothing` [INFO] [stderr] --> src/apipath.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | nothing: (), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `schema_generator` [INFO] [stderr] --> src/queryparam.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | schema_generator: SchemaGenerator, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/apipath.rs:20:16 [INFO] [stderr] | [INFO] [stderr] 20 | #[requires(key.starts_with('{'))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/apipath.rs:21:16 [INFO] [stderr] | [INFO] [stderr] 21 | #[requires(key.ends_with('}'))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/apipath.rs:58:16 [INFO] [stderr] | [INFO] [stderr] 58 | #[requires(!prefix.clone().unwrap_or_default().contains('{'))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/apipath.rs:59:16 [INFO] [stderr] | [INFO] [stderr] 59 | #[requires(!prefix.clone().unwrap_or_default().contains('}'))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/apipath.rs:61:16 [INFO] [stderr] | [INFO] [stderr] 61 | #[requires(!token.clone().unwrap_or_default().contains('{'))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/apipath.rs:62:16 [INFO] [stderr] | [INFO] [stderr] 62 | #[requires(!token.clone().unwrap_or_default().contains('}'))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/apipath.rs:74:16 [INFO] [stderr] | [INFO] [stderr] 74 | #[requires(!prefix.clone().unwrap_or_default().contains('{'))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/apipath.rs:75:16 [INFO] [stderr] | [INFO] [stderr] 75 | #[requires(!prefix.clone().unwrap_or_default().contains('}'))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/apipath.rs:77:16 [INFO] [stderr] | [INFO] [stderr] 77 | #[requires(!token.clone().unwrap_or_default().contains('{'))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/apipath.rs:78:16 [INFO] [stderr] | [INFO] [stderr] 78 | #[requires(!token.clone().unwrap_or_default().contains('}'))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/oasgen.rs:161:16 [INFO] [stderr] | [INFO] [stderr] 161 | #[requires(param_name.starts_with('{'))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] [INFO] [stderr] warning: panic message contains braces [INFO] [stderr] --> src/oasgen.rs:162:16 [INFO] [stderr] | [INFO] [stderr] 162 | #[requires(param_name.ends_with('}'))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stderr] [INFO] [stderr] warning: `oas_gen` (lib) generated 14 warnings [INFO] [stderr] warning: `oas_gen` (lib test) generated 14 warnings (14 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.45s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/oas_gen-c57c515ac2d9c179) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test apipath::tests::test_api_path ... ok [INFO] [stdout] test oasgen::tests::test_create_request_body_empty ... ok [INFO] [stdout] test jsonobject::tests::test_json_object_schema ... ok [INFO] [stdout] test oasgen::tests::test_create_response_empty ... ok [INFO] [stdout] test tests::it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests oas_gen [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/oasgen.rs - oasgen::Oas3Builder::build_with_security (line 60) ... ignored [INFO] [stdout] test src/fetch.rs - fetch::Oas3Builder::fetch_with_tests (line 21) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.86s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "232a47d235aa6efeab5e972785a333f935c7c27b1bdf16fb0f3294c80dd7ce9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "232a47d235aa6efeab5e972785a333f935c7c27b1bdf16fb0f3294c80dd7ce9c", kill_on_drop: false }` [INFO] [stdout] 232a47d235aa6efeab5e972785a333f935c7c27b1bdf16fb0f3294c80dd7ce9c