[INFO] fetching crate quick-protobuf 0.8.1... [INFO] testing quick-protobuf-0.8.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate quick-protobuf 0.8.1 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate quick-protobuf 0.8.1 [INFO] finished tweaking crates.io crate quick-protobuf 0.8.1 [INFO] tweaked toml for crates.io crate quick-protobuf 0.8.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate quick-protobuf 0.8.1 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate quick-protobuf 0.8.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c0f75925e1986ea91f6906db326d33d096db708188c77093090443cb2d3c6a9f [INFO] running `Command { std: "docker" "start" "-a" "c0f75925e1986ea91f6906db326d33d096db708188c77093090443cb2d3c6a9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c0f75925e1986ea91f6906db326d33d096db708188c77093090443cb2d3c6a9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0f75925e1986ea91f6906db326d33d096db708188c77093090443cb2d3c6a9f", kill_on_drop: false }` [INFO] [stdout] c0f75925e1986ea91f6906db326d33d096db708188c77093090443cb2d3c6a9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 132c44b08f0676a87d3919d56cd4c7eca3379a1785668a180174e144202bd998 [INFO] running `Command { std: "docker" "start" "-a" "132c44b08f0676a87d3919d56cd4c7eca3379a1785668a180174e144202bd998", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling quick-protobuf v0.8.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:96:16 [INFO] [stdout] | [INFO] [stdout] 96 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:102:16 [INFO] [stdout] | [INFO] [stdout] 102 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:198:16 [INFO] [stdout] | [INFO] [stdout] 198 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:283:16 [INFO] [stdout] | [INFO] [stdout] 283 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:289:16 [INFO] [stdout] | [INFO] [stdout] 289 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:295:16 [INFO] [stdout] | [INFO] [stdout] 295 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:301:16 [INFO] [stdout] | [INFO] [stdout] 301 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:307:16 [INFO] [stdout] | [INFO] [stdout] 307 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:315:16 [INFO] [stdout] | [INFO] [stdout] 315 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:323:16 [INFO] [stdout] | [INFO] [stdout] 323 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:335:16 [INFO] [stdout] | [INFO] [stdout] 335 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:341:16 [INFO] [stdout] | [INFO] [stdout] 341 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:347:16 [INFO] [stdout] | [INFO] [stdout] 347 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:353:16 [INFO] [stdout] | [INFO] [stdout] 353 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:359:16 [INFO] [stdout] | [INFO] [stdout] 359 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:365:16 [INFO] [stdout] | [INFO] [stdout] 365 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:371:16 [INFO] [stdout] | [INFO] [stdout] 371 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:377:16 [INFO] [stdout] | [INFO] [stdout] 377 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:383:16 [INFO] [stdout] | [INFO] [stdout] 383 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:393:16 [INFO] [stdout] | [INFO] [stdout] 393 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:407:16 [INFO] [stdout] | [INFO] [stdout] 407 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:416:16 [INFO] [stdout] | [INFO] [stdout] 416 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:429:16 [INFO] [stdout] | [INFO] [stdout] 429 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:447:16 [INFO] [stdout] | [INFO] [stdout] 447 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:467:16 [INFO] [stdout] | [INFO] [stdout] 467 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:479:16 [INFO] [stdout] | [INFO] [stdout] 479 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:488:16 [INFO] [stdout] | [INFO] [stdout] 488 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:517:16 [INFO] [stdout] | [INFO] [stdout] 517 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:552:16 [INFO] [stdout] | [INFO] [stdout] 552 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:558:16 [INFO] [stdout] | [INFO] [stdout] 558 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:656:16 [INFO] [stdout] | [INFO] [stdout] 656 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:79:16 [INFO] [stdout] | [INFO] [stdout] 79 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:85:16 [INFO] [stdout] | [INFO] [stdout] 85 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:97:16 [INFO] [stdout] | [INFO] [stdout] 97 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:103:16 [INFO] [stdout] | [INFO] [stdout] 103 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:109:16 [INFO] [stdout] | [INFO] [stdout] 109 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:115:16 [INFO] [stdout] | [INFO] [stdout] 115 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:127:16 [INFO] [stdout] | [INFO] [stdout] 127 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:133:16 [INFO] [stdout] | [INFO] [stdout] 133 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:139:16 [INFO] [stdout] | [INFO] [stdout] 139 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:145:16 [INFO] [stdout] | [INFO] [stdout] 145 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:151:16 [INFO] [stdout] | [INFO] [stdout] 151 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:157:16 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:163:16 [INFO] [stdout] | [INFO] [stdout] 163 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:169:16 [INFO] [stdout] | [INFO] [stdout] 169 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:176:16 [INFO] [stdout] | [INFO] [stdout] 176 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:203:16 [INFO] [stdout] | [INFO] [stdout] 203 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:211:16 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:219:16 [INFO] [stdout] | [INFO] [stdout] 219 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:376:16 [INFO] [stdout] | [INFO] [stdout] 376 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:387:16 [INFO] [stdout] | [INFO] [stdout] 387 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:398:16 [INFO] [stdout] | [INFO] [stdout] 398 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:409:16 [INFO] [stdout] | [INFO] [stdout] 409 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:420:16 [INFO] [stdout] | [INFO] [stdout] 420 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:431:16 [INFO] [stdout] | [INFO] [stdout] 431 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:442:16 [INFO] [stdout] | [INFO] [stdout] 442 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:453:16 [INFO] [stdout] | [INFO] [stdout] 453 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s [INFO] running `Command { std: "docker" "inspect" "132c44b08f0676a87d3919d56cd4c7eca3379a1785668a180174e144202bd998", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "132c44b08f0676a87d3919d56cd4c7eca3379a1785668a180174e144202bd998", kill_on_drop: false }` [INFO] [stdout] 132c44b08f0676a87d3919d56cd4c7eca3379a1785668a180174e144202bd998 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a2400797e5d9453137866e5bda9f5a0e4b2eb892048a99878402502623f50824 [INFO] running `Command { std: "docker" "start" "-a" "a2400797e5d9453137866e5bda9f5a0e4b2eb892048a99878402502623f50824", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling serde_json v1.0.89 [INFO] [stderr] Compiling serde_derive v1.0.147 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling trybuild v1.0.71 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:96:16 [INFO] [stdout] | [INFO] [stdout] 96 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:102:16 [INFO] [stdout] | [INFO] [stdout] 102 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:198:16 [INFO] [stdout] | [INFO] [stdout] 198 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:283:16 [INFO] [stdout] | [INFO] [stdout] 283 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:289:16 [INFO] [stdout] | [INFO] [stdout] 289 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:295:16 [INFO] [stdout] | [INFO] [stdout] 295 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:301:16 [INFO] [stdout] | [INFO] [stdout] 301 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:307:16 [INFO] [stdout] | [INFO] [stdout] 307 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:315:16 [INFO] [stdout] | [INFO] [stdout] 315 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:323:16 [INFO] [stdout] | [INFO] [stdout] 323 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:335:16 [INFO] [stdout] | [INFO] [stdout] 335 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:341:16 [INFO] [stdout] | [INFO] [stdout] 341 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:347:16 [INFO] [stdout] | [INFO] [stdout] 347 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:353:16 [INFO] [stdout] | [INFO] [stdout] 353 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:359:16 [INFO] [stdout] | [INFO] [stdout] 359 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:365:16 [INFO] [stdout] | [INFO] [stdout] 365 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:371:16 [INFO] [stdout] | [INFO] [stdout] 371 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:377:16 [INFO] [stdout] | [INFO] [stdout] 377 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:383:16 [INFO] [stdout] | [INFO] [stdout] 383 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:393:16 [INFO] [stdout] | [INFO] [stdout] 393 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:407:16 [INFO] [stdout] | [INFO] [stdout] 407 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:416:16 [INFO] [stdout] | [INFO] [stdout] 416 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:429:16 [INFO] [stdout] | [INFO] [stdout] 429 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:447:16 [INFO] [stdout] | [INFO] [stdout] 447 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:467:16 [INFO] [stdout] | [INFO] [stdout] 467 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:479:16 [INFO] [stdout] | [INFO] [stdout] 479 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:488:16 [INFO] [stdout] | [INFO] [stdout] 488 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:517:16 [INFO] [stdout] | [INFO] [stdout] 517 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:552:16 [INFO] [stdout] | [INFO] [stdout] 552 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:558:16 [INFO] [stdout] | [INFO] [stdout] 558 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:656:16 [INFO] [stdout] | [INFO] [stdout] 656 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:79:16 [INFO] [stdout] | [INFO] [stdout] 79 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:85:16 [INFO] [stdout] | [INFO] [stdout] 85 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:97:16 [INFO] [stdout] | [INFO] [stdout] 97 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:103:16 [INFO] [stdout] | [INFO] [stdout] 103 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:109:16 [INFO] [stdout] | [INFO] [stdout] 109 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:115:16 [INFO] [stdout] | [INFO] [stdout] 115 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:127:16 [INFO] [stdout] | [INFO] [stdout] 127 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:133:16 [INFO] [stdout] | [INFO] [stdout] 133 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:139:16 [INFO] [stdout] | [INFO] [stdout] 139 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:145:16 [INFO] [stdout] | [INFO] [stdout] 145 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:151:16 [INFO] [stdout] | [INFO] [stdout] 151 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:157:16 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:163:16 [INFO] [stdout] | [INFO] [stdout] 163 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:169:16 [INFO] [stdout] | [INFO] [stdout] 169 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:176:16 [INFO] [stdout] | [INFO] [stdout] 176 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:203:16 [INFO] [stdout] | [INFO] [stdout] 203 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:211:16 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:219:16 [INFO] [stdout] | [INFO] [stdout] 219 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:376:16 [INFO] [stdout] | [INFO] [stdout] 376 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:387:16 [INFO] [stdout] | [INFO] [stdout] 387 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:398:16 [INFO] [stdout] | [INFO] [stdout] 398 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:409:16 [INFO] [stdout] | [INFO] [stdout] 409 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:420:16 [INFO] [stdout] | [INFO] [stdout] 420 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:431:16 [INFO] [stdout] | [INFO] [stdout] 431 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:442:16 [INFO] [stdout] | [INFO] [stdout] 442 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:453:16 [INFO] [stdout] | [INFO] [stdout] 453 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling quick-protobuf v0.8.1 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read `examples/pb_rs_v3/owned/mod.rs`: No such file or directory (os error 2) [INFO] [stdout] --> examples/pb_rs_example_v3_owned.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | include!("pb_rs_v3/owned/mod.rs"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `packed_primitives` [INFO] [stdout] --> tests/rust_proto.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | mod packed_primitives; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `packed_primitives`, create file "tests/packed_primitives.rs" or "tests/packed_primitives/mod.rs" [INFO] [stdout] = note: if there is a `mod packed_primitives` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `basic` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | pub mod basic; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `basic`, create file "tests/rust_protobuf/v2/basic.rs" or "tests/rust_protobuf/v2/basic/mod.rs" [INFO] [stdout] = note: if there is a `mod basic` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `issue118` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | pub mod issue118; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `issue118`, create file "tests/rust_protobuf/v2/issue118.rs" or "tests/rust_protobuf/v2/issue118/mod.rs" [INFO] [stdout] = note: if there is a `mod issue118` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `issue118_2` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub mod issue118_2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `issue118_2`, create file "tests/rust_protobuf/v2/issue118_2.rs" or "tests/rust_protobuf/v2/issue118_2/mod.rs" [INFO] [stdout] = note: if there is a `mod issue118_2` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `issue_170_a` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub mod issue_170_a; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `issue_170_a`, create file "tests/rust_protobuf/v2/issue_170_a.rs" or "tests/rust_protobuf/v2/issue_170_a/mod.rs" [INFO] [stdout] = note: if there is a `mod issue_170_a` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `issue_170_b` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | pub mod issue_170_b; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `issue_170_b`, create file "tests/rust_protobuf/v2/issue_170_b.rs" or "tests/rust_protobuf/v2/issue_170_b/mod.rs" [INFO] [stdout] = note: if there is a `mod issue_170_b` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `issue_170_c` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | pub mod issue_170_c; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `issue_170_c`, create file "tests/rust_protobuf/v2/issue_170_c.rs" or "tests/rust_protobuf/v2/issue_170_c/mod.rs" [INFO] [stdout] = note: if there is a `mod issue_170_c` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `issue_170_common` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub mod issue_170_common; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `issue_170_common`, create file "tests/rust_protobuf/v2/issue_170_common.rs" or "tests/rust_protobuf/v2/issue_170_common/mod.rs" [INFO] [stdout] = note: if there is a `mod issue_170_common` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `issue_170_d` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub mod issue_170_d; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `issue_170_d`, create file "tests/rust_protobuf/v2/issue_170_d.rs" or "tests/rust_protobuf/v2/issue_170_d/mod.rs" [INFO] [stdout] = note: if there is a `mod issue_170_d` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `issue_170_e` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | pub mod issue_170_e; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `issue_170_e`, create file "tests/rust_protobuf/v2/issue_170_e.rs" or "tests/rust_protobuf/v2/issue_170_e/mod.rs" [INFO] [stdout] = note: if there is a `mod issue_170_e` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `nonunique_1` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub mod nonunique_1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `nonunique_1`, create file "tests/rust_protobuf/v2/nonunique_1.rs" or "tests/rust_protobuf/v2/nonunique_1/mod.rs" [INFO] [stdout] = note: if there is a `mod nonunique_1` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `nonunique_2` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | pub mod nonunique_2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `nonunique_2`, create file "tests/rust_protobuf/v2/nonunique_2.rs" or "tests/rust_protobuf/v2/nonunique_2/mod.rs" [INFO] [stdout] = note: if there is a `mod nonunique_2` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `shared0` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub mod shared0; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `shared0`, create file "tests/rust_protobuf/v2/shared0.rs" or "tests/rust_protobuf/v2/shared0/mod.rs" [INFO] [stdout] = note: if there is a `mod shared0` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `special` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | pub mod special; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `special`, create file "tests/rust_protobuf/v2/special.rs" or "tests/rust_protobuf/v2/special/mod.rs" [INFO] [stdout] = note: if there is a `mod special` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `struct_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | pub mod struct_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `struct_pb`, create file "tests/rust_protobuf/v2/struct_pb.rs" or "tests/rust_protobuf/v2/struct_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod struct_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_default_values` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub mod test_default_values; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_default_values`, create file "tests/rust_protobuf/v2/test_default_values.rs" or "tests/rust_protobuf/v2/test_default_values/mod.rs" [INFO] [stdout] = note: if there is a `mod test_default_values` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_deprecated_lifetime_can_compile` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | pub mod test_deprecated_lifetime_can_compile; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_deprecated_lifetime_can_compile`, create file "tests/rust_protobuf/v2/test_deprecated_lifetime_can_compile.rs" or "tests/rust_protobuf/v2/test_deprecated_lifetime_can_compile/mod.rs" [INFO] [stdout] = note: if there is a `mod test_deprecated_lifetime_can_compile` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_enum_values_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub mod test_enum_values_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_enum_values_pb`, create file "tests/rust_protobuf/v2/test_enum_values_pb.rs" or "tests/rust_protobuf/v2/test_enum_values_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_enum_values_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_ident_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | pub mod test_ident_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_ident_pb`, create file "tests/rust_protobuf/v2/test_ident_pb.rs" or "tests/rust_protobuf/v2/test_ident_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_ident_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_import_nested_imported_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | pub mod test_import_nested_imported_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_import_nested_imported_pb`, create file "tests/rust_protobuf/v2/test_import_nested_imported_pb.rs" or "tests/rust_protobuf/v2/test_import_nested_imported_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_import_nested_imported_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_import_nested_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | pub mod test_import_nested_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_import_nested_pb`, create file "tests/rust_protobuf/v2/test_import_nested_pb.rs" or "tests/rust_protobuf/v2/test_import_nested_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_import_nested_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_import_nonunique_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:29:1 [INFO] [stdout] | [INFO] [stdout] 29 | pub mod test_import_nonunique_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_import_nonunique_pb`, create file "tests/rust_protobuf/v2/test_import_nonunique_pb.rs" or "tests/rust_protobuf/v2/test_import_nonunique_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_import_nonunique_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_import_root_imported_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | pub mod test_import_root_imported_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_import_root_imported_pb`, create file "tests/rust_protobuf/v2/test_import_root_imported_pb.rs" or "tests/rust_protobuf/v2/test_import_root_imported_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_import_root_imported_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_import_root_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | pub mod test_import_root_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_import_root_pb`, create file "tests/rust_protobuf/v2/test_import_root_pb.rs" or "tests/rust_protobuf/v2/test_import_root_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_import_root_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_lite_runtime` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | pub mod test_lite_runtime; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_lite_runtime`, create file "tests/rust_protobuf/v2/test_lite_runtime.rs" or "tests/rust_protobuf/v2/test_lite_runtime/mod.rs" [INFO] [stdout] = note: if there is a `mod test_lite_runtime` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_name_resolution_p2` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | pub mod test_name_resolution_p2; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_name_resolution_p2`, create file "tests/rust_protobuf/v2/test_name_resolution_p2.rs" or "tests/rust_protobuf/v2/test_name_resolution_p2/mod.rs" [INFO] [stdout] = note: if there is a `mod test_name_resolution_p2` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_name_resolution_p3` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | pub mod test_name_resolution_p3; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_name_resolution_p3`, create file "tests/rust_protobuf/v2/test_name_resolution_p3.rs" or "tests/rust_protobuf/v2/test_name_resolution_p3/mod.rs" [INFO] [stdout] = note: if there is a `mod test_name_resolution_p3` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_name_resolution_p4` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | pub mod test_name_resolution_p4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_name_resolution_p4`, create file "tests/rust_protobuf/v2/test_name_resolution_p4.rs" or "tests/rust_protobuf/v2/test_name_resolution_p4/mod.rs" [INFO] [stdout] = note: if there is a `mod test_name_resolution_p4` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_nested_package_dir` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub mod test_nested_package_dir; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_nested_package_dir`, create file "tests/rust_protobuf/v2/test_nested_package_dir.rs" or "tests/rust_protobuf/v2/test_nested_package_dir/mod.rs" [INFO] [stdout] = note: if there is a `mod test_nested_package_dir` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_nested_package_dir_alt` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | pub mod test_nested_package_dir_alt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_nested_package_dir_alt`, create file "tests/rust_protobuf/v2/test_nested_package_dir_alt.rs" or "tests/rust_protobuf/v2/test_nested_package_dir_alt/mod.rs" [INFO] [stdout] = note: if there is a `mod test_nested_package_dir_alt` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_nonunique_enum_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | pub mod test_nonunique_enum_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_nonunique_enum_pb`, create file "tests/rust_protobuf/v2/test_nonunique_enum_pb.rs" or "tests/rust_protobuf/v2/test_nonunique_enum_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_nonunique_enum_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_oneof_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | pub mod test_oneof_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_oneof_pb`, create file "tests/rust_protobuf/v2/test_oneof_pb.rs" or "tests/rust_protobuf/v2/test_oneof_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_oneof_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_owned_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | pub mod test_owned_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_owned_pb`, create file "tests/rust_protobuf/v2/test_owned_pb.rs" or "tests/rust_protobuf/v2/test_owned_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_owned_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:96:16 [INFO] [stdout] | [INFO] [stdout] 96 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:102:16 [INFO] [stdout] | [INFO] [stdout] 102 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 110 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:198:16 [INFO] [stdout] | [INFO] [stdout] 198 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:283:16 [INFO] [stdout] | [INFO] [stdout] 283 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:289:16 [INFO] [stdout] | [INFO] [stdout] 289 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:295:16 [INFO] [stdout] | [INFO] [stdout] 295 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:301:16 [INFO] [stdout] | [INFO] [stdout] 301 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:307:16 [INFO] [stdout] | [INFO] [stdout] 307 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:315:16 [INFO] [stdout] | [INFO] [stdout] 315 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:323:16 [INFO] [stdout] | [INFO] [stdout] 323 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:335:16 [INFO] [stdout] | [INFO] [stdout] 335 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:341:16 [INFO] [stdout] | [INFO] [stdout] 341 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:347:16 [INFO] [stdout] | [INFO] [stdout] 347 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:353:16 [INFO] [stdout] | [INFO] [stdout] 353 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:359:16 [INFO] [stdout] | [INFO] [stdout] 359 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:365:16 [INFO] [stdout] | [INFO] [stdout] 365 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:371:16 [INFO] [stdout] | [INFO] [stdout] 371 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:377:16 [INFO] [stdout] | [INFO] [stdout] 377 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:383:16 [INFO] [stdout] | [INFO] [stdout] 383 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:393:16 [INFO] [stdout] | [INFO] [stdout] 393 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:407:16 [INFO] [stdout] | [INFO] [stdout] 407 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:416:16 [INFO] [stdout] | [INFO] [stdout] 416 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:429:16 [INFO] [stdout] | [INFO] [stdout] 429 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:447:16 [INFO] [stdout] | [INFO] [stdout] 447 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:467:16 [INFO] [stdout] | [INFO] [stdout] 467 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:479:16 [INFO] [stdout] | [INFO] [stdout] 479 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:488:16 [INFO] [stdout] | [INFO] [stdout] 488 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:517:16 [INFO] [stdout] | [INFO] [stdout] 517 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:552:16 [INFO] [stdout] | [INFO] [stdout] 552 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:558:16 [INFO] [stdout] | [INFO] [stdout] 558 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/reader.rs:656:16 [INFO] [stdout] | [INFO] [stdout] 656 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:79:16 [INFO] [stdout] | [INFO] [stdout] 79 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:85:16 [INFO] [stdout] | [INFO] [stdout] 85 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:97:16 [INFO] [stdout] | [INFO] [stdout] 97 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:103:16 [INFO] [stdout] | [INFO] [stdout] 103 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:109:16 [INFO] [stdout] | [INFO] [stdout] 109 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:115:16 [INFO] [stdout] | [INFO] [stdout] 115 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:127:16 [INFO] [stdout] | [INFO] [stdout] 127 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:133:16 [INFO] [stdout] | [INFO] [stdout] 133 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:139:16 [INFO] [stdout] | [INFO] [stdout] 139 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:145:16 [INFO] [stdout] | [INFO] [stdout] 145 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:151:16 [INFO] [stdout] | [INFO] [stdout] 151 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:157:16 [INFO] [stdout] | [INFO] [stdout] 157 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:163:16 [INFO] [stdout] | [INFO] [stdout] 163 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:169:16 [INFO] [stdout] | [INFO] [stdout] 169 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:176:16 [INFO] [stdout] | [INFO] [stdout] 176 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:203:16 [INFO] [stdout] | [INFO] [stdout] 203 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:211:16 [INFO] [stdout] | [INFO] [stdout] 211 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:219:16 [INFO] [stdout] | [INFO] [stdout] 219 | #[cfg_attr(std, inline)] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:376:16 [INFO] [stdout] | [INFO] [stdout] 376 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:387:16 [INFO] [stdout] | [INFO] [stdout] 387 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `quick-protobuf` (example "pb_rs_example_v3_owned") due to 1 previous error [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:398:16 [INFO] [stdout] | [INFO] [stdout] 398 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:409:16 [INFO] [stdout] | [INFO] [stdout] 409 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:420:16 [INFO] [stdout] | [INFO] [stdout] 420 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:431:16 [INFO] [stdout] | [INFO] [stdout] 431 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_required` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | pub mod test_required; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_required`, create file "tests/rust_protobuf/v2/test_required.rs" or "tests/rust_protobuf/v2/test_required/mod.rs" [INFO] [stdout] = note: if there is a `mod test_required` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_sanitize_file_name_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | pub mod test_sanitize_file_name_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_sanitize_file_name_pb`, create file "tests/rust_protobuf/v2/test_sanitize_file_name_pb.rs" or "tests/rust_protobuf/v2/test_sanitize_file_name_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_sanitize_file_name_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_text_format_pb` [INFO] [stdout] --> tests/rust_protobuf/v2/mod.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | pub mod test_text_format_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_text_format_pb`, create file "tests/rust_protobuf/v2/test_text_format_pb.rs" or "tests/rust_protobuf/v2/test_text_format_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_text_format_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `basic` [INFO] [stdout] --> tests/rust_protobuf/v3/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | mod basic; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `basic`, create file "tests/rust_protobuf/v3/basic.rs" or "tests/rust_protobuf/v3/basic/mod.rs" [INFO] [stdout] = note: if there is a `mod basic` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_map_pb` [INFO] [stdout] --> tests/rust_protobuf/v3/mod.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | mod test_map_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_map_pb`, create file "tests/rust_protobuf/v3/test_map_pb.rs" or "tests/rust_protobuf/v3/test_map_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_map_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_ident_pb` [INFO] [stdout] --> tests/rust_protobuf/v3/mod.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | mod test_ident_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_ident_pb`, create file "tests/rust_protobuf/v3/test_ident_pb.rs" or "tests/rust_protobuf/v3/test_ident_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_ident_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:442:16 [INFO] [stdout] | [INFO] [stdout] 442 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `std` [INFO] [stdout] --> src/writer.rs:453:16 [INFO] [stdout] | [INFO] [stdout] 453 | #[cfg_attr(std, inline(always))] [INFO] [stdout] | ^^^ help: found config with similar value: `feature = "std"` [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(std)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(std)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_deprecated_lifetime_can_compile` [INFO] [stdout] --> tests/rust_protobuf/v3/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | mod test_deprecated_lifetime_can_compile; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_deprecated_lifetime_can_compile`, create file "tests/rust_protobuf/v3/test_deprecated_lifetime_can_compile.rs" or "tests/rust_protobuf/v3/test_deprecated_lifetime_can_compile/mod.rs" [INFO] [stdout] = note: if there is a `mod test_deprecated_lifetime_can_compile` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_deprecated_lifetime_pb` [INFO] [stdout] --> tests/rust_protobuf/v3/mod.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | mod test_deprecated_lifetime_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_deprecated_lifetime_pb`, create file "tests/rust_protobuf/v3/test_deprecated_lifetime_pb.rs" or "tests/rust_protobuf/v3/test_deprecated_lifetime_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_deprecated_lifetime_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_oneof_pb` [INFO] [stdout] --> tests/rust_protobuf/v3/mod.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | mod test_oneof_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_oneof_pb`, create file "tests/rust_protobuf/v3/test_oneof_pb.rs" or "tests/rust_protobuf/v3/test_oneof_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_oneof_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0583]: file not found for module `test_owned_pb` [INFO] [stdout] --> tests/rust_protobuf/v3/mod.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | mod test_owned_pb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `test_owned_pb`, create file "tests/rust_protobuf/v3/test_owned_pb.rs" or "tests/rust_protobuf/v3/test_owned_pb/mod.rs" [INFO] [stdout] = note: if there is a `mod test_owned_pb` elsewhere in the crate already, import it with `use crate::...` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `test` is never used [INFO] [stdout] --> examples/pb_rs_v3/data_types_unit.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | pub enum test { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `unit_message` is never constructed [INFO] [stdout] --> examples/pb_rs_v3/data_types_unit.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | pub struct unit_message { } [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | test_message.one = mod_TestOneof::OneOfone::uint32_field(150); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | t(|o| o.one = mod_TestOneof::OneOfone::double_field(10.0)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | t(|o| o.one = mod_TestOneof::OneOfone::float_field(11.0)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | t(|o| o.one = mod_TestOneof::OneOfone::int32_field(12)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | t(|o| o.one = mod_TestOneof::OneOfone::int64_field(13)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 28 | t(|o| o.one = mod_TestOneof::OneOfone::uint32_field(14)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | t(|o| o.one = mod_TestOneof::OneOfone::uint64_field(15)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:30:19 [INFO] [stdout] | [INFO] [stdout] 30 | t(|o| o.one = mod_TestOneof::OneOfone::sint32_field(16)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:31:19 [INFO] [stdout] | [INFO] [stdout] 31 | t(|o| o.one = mod_TestOneof::OneOfone::sint64_field(17)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | t(|o| o.one = mod_TestOneof::OneOfone::fixed32_field(18)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | t(|o| o.one = mod_TestOneof::OneOfone::fixed64_field(19)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 34 | t(|o| o.one = mod_TestOneof::OneOfone::sfixed32_field(20)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:35:19 [INFO] [stdout] | [INFO] [stdout] 35 | t(|o| o.one = mod_TestOneof::OneOfone::sfixed64_field(21)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `test` is never used [INFO] [stdout] --> examples/pb_rs/data_types_unit.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | pub enum test { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `unit_message` is never constructed [INFO] [stdout] --> examples/pb_rs/data_types_unit.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | pub struct unit_message { } [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:36:19 [INFO] [stdout] | [INFO] [stdout] 36 | t(|o| o.one = mod_TestOneof::OneOfone::bool_field(true)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 37 | t(|o| o.one = mod_TestOneof::OneOfone::string_field("asas".into())); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 38 | t(|o| o.one = mod_TestOneof::OneOfone::bytes_field(vec![99, 100].into())); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | t(|o| o.one = mod_TestOneof::OneOfone::enum_field(EnumForOneof::A)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/test_oneof.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | o.one = mod_TestOneof::OneOfone::message_field(msg); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | test_message.one = mod_TestOneof::OneOfone::uint32_field(150); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | t(|o| o.one = mod_TestOneof::OneOfone::double_field(10.0)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | t(|o| o.one = mod_TestOneof::OneOfone::float_field(11.0)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | t(|o| o.one = mod_TestOneof::OneOfone::int32_field(12)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | t(|o| o.one = mod_TestOneof::OneOfone::int64_field(13)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 28 | t(|o| o.one = mod_TestOneof::OneOfone::uint32_field(14)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:29:19 [INFO] [stdout] | [INFO] [stdout] 29 | t(|o| o.one = mod_TestOneof::OneOfone::uint64_field(15)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:30:19 [INFO] [stdout] | [INFO] [stdout] 30 | t(|o| o.one = mod_TestOneof::OneOfone::sint32_field(16)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:31:19 [INFO] [stdout] | [INFO] [stdout] 31 | t(|o| o.one = mod_TestOneof::OneOfone::sint64_field(17)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | t(|o| o.one = mod_TestOneof::OneOfone::fixed32_field(18)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | t(|o| o.one = mod_TestOneof::OneOfone::fixed64_field(19)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 34 | t(|o| o.one = mod_TestOneof::OneOfone::sfixed32_field(20)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:35:19 [INFO] [stdout] | [INFO] [stdout] 35 | t(|o| o.one = mod_TestOneof::OneOfone::sfixed64_field(21)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:36:19 [INFO] [stdout] | [INFO] [stdout] 36 | t(|o| o.one = mod_TestOneof::OneOfone::bool_field(true)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 37 | t(|o| o.one = mod_TestOneof::OneOfone::string_field("asas".into())); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:38:19 [INFO] [stdout] | [INFO] [stdout] 38 | t(|o| o.one = mod_TestOneof::OneOfone::bytes_field(vec![99, 100].into())); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | t(|o| o.one = mod_TestOneof::OneOfone::enum_field(EnumForOneof::A)); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/test_oneof.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | o.one = mod_TestOneof::OneOfone::message_field(msg); [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `mod_TestOneof` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `mod_TestOneof`, use `cargo add mod_TestOneof` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test1` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:10:53 [INFO] [stdout] | [INFO] [stdout] 10 | test_serialize_deserialize!("08 96 01", &test1, Test1); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test2` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:17:71 [INFO] [stdout] | [INFO] [stdout] 17 | test_serialize_deserialize!("12 07 74 65 73 74 69 6e 67", &test2, Test2); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test3` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:26:59 [INFO] [stdout] | [INFO] [stdout] 26 | test_serialize_deserialize!("1a 03 08 96 01", &test3, Test3); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test4` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:33:68 [INFO] [stdout] | [INFO] [stdout] 33 | test_serialize_deserialize!("22 06 03 8E 02 9E A7 05", &test4, Test4); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestEmpty` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:54:60 [INFO] [stdout] | [INFO] [stdout] 54 | test_serialize_deserialize!("", &TestEmpty::default(), TestEmpty); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestTypesSingular` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:101:60 [INFO] [stdout] | [INFO] [stdout] 101 | test_serialize_deserialize_length_delimited!(&message, TestTypesSingular); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: tests/rust_protobuf/test_utils.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | let parsed: $name = reader.read_message(&serialized).unwrap(); [INFO] [stdout] | ----- due to this macro variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestTypesRepeated` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:123:60 [INFO] [stdout] | [INFO] [stdout] 123 | test_serialize_deserialize_length_delimited!(&message, TestTypesRepeated); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: tests/rust_protobuf/test_utils.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | let parsed: $name = reader.read_message(&serialized).unwrap(); [INFO] [stdout] | ----- due to this macro variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestTypesRepeatedPacked` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:145:60 [INFO] [stdout] | [INFO] [stdout] 145 | test_serialize_deserialize_length_delimited!(&message, TestTypesRepeatedPacked); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: tests/rust_protobuf/test_utils.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | let parsed: $name = reader.read_message(&serialized).unwrap(); [INFO] [stdout] | ----- due to this macro variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestBugSint` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:233:50 [INFO] [stdout] | [INFO] [stdout] 233 | test_serialize_deserialize!("08 01", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestBugSint` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:238:50 [INFO] [stdout] | [INFO] [stdout] 238 | test_serialize_deserialize!("10 03", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestLiteRuntime` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_lite_runtime_test.rs:10:46 [INFO] [stdout] | [INFO] [stdout] 10 | test_serialize_deserialize!("08 0a", &m, TestLiteRuntime); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestOneof` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | F: Fn(&mut TestOneof), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestOneof` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:12:54 [INFO] [stdout] | [INFO] [stdout] 12 | test_serialize_deserialize_length_delimited!(&o, TestOneof); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: tests/rust_protobuf/test_utils.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | let parsed: $name = reader.read_message(&serialized).unwrap(); [INFO] [stdout] | ----- due to this macro variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestOneof` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:19:60 [INFO] [stdout] | [INFO] [stdout] 19 | test_serialize_deserialize!("28 96 01", &test_message, TestOneof); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Foo` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_owned.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | let static_foo = Foo { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestTypes` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:3:20 [INFO] [stdout] | [INFO] [stdout] 3 | fn t(_: &str, mut setter: F) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TestMessage` in this scope [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:85:40 [INFO] [stdout] | [INFO] [stdout] 85 | m.test_message_singular = Some(TestMessage { value: Some(30) }) [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test1` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:10:53 [INFO] [stdout] | [INFO] [stdout] 10 | test_serialize_deserialize!("08 96 01", &test1, Test1); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test2` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:17:71 [INFO] [stdout] | [INFO] [stdout] 17 | test_serialize_deserialize!("12 07 74 65 73 74 69 6e 67", &test2, Test2); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test3` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:26:59 [INFO] [stdout] | [INFO] [stdout] 26 | test_serialize_deserialize!("1a 03 08 96 01", &test3, Test3); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Test4` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:33:68 [INFO] [stdout] | [INFO] [stdout] 33 | test_serialize_deserialize!("22 06 03 8E 02 9E A7 05", &test4, Test4); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestPackedUnpacked` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:50:73 [INFO] [stdout] | [INFO] [stdout] 50 | test_serialize_deserialize_length_delimited!(&test_packed_unpacked, TestPackedUnpacked); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: tests/rust_protobuf/test_utils.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | let parsed: $name = reader.read_message(&serialized).unwrap(); [INFO] [stdout] | ----- due to this macro variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestEmpty` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:55:60 [INFO] [stdout] | [INFO] [stdout] 55 | test_serialize_deserialize!("", &TestEmpty::default(), TestEmpty); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestTypesSingular` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:102:60 [INFO] [stdout] | [INFO] [stdout] 102 | test_serialize_deserialize_length_delimited!(&message, TestTypesSingular); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: tests/rust_protobuf/test_utils.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | let parsed: $name = reader.read_message(&serialized).unwrap(); [INFO] [stdout] | ----- due to this macro variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestTypesRepeated` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:124:60 [INFO] [stdout] | [INFO] [stdout] 124 | test_serialize_deserialize_length_delimited!(&message, TestTypesRepeated); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: tests/rust_protobuf/test_utils.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | let parsed: $name = reader.read_message(&serialized).unwrap(); [INFO] [stdout] | ----- due to this macro variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestTypesRepeatedPacked` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:146:60 [INFO] [stdout] | [INFO] [stdout] 146 | test_serialize_deserialize_length_delimited!(&message, TestTypesRepeatedPacked); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: tests/rust_protobuf/test_utils.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | let parsed: $name = reader.read_message(&serialized).unwrap(); [INFO] [stdout] | ----- due to this macro variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestBugSint` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:234:50 [INFO] [stdout] | [INFO] [stdout] 234 | test_serialize_deserialize!("08 01", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestBugSint` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:239:50 [INFO] [stdout] | [INFO] [stdout] 239 | test_serialize_deserialize!("10 03", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestMap` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:12:43 [INFO] [stdout] | [INFO] [stdout] 12 | test_serialize_deserialize!("", &map, TestMap); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestMap` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:15:69 [INFO] [stdout] | [INFO] [stdout] 15 | test_serialize_deserialize!("0a 07 0a 03 74 77 6f 10 02", &map, TestMap); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestMap` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:21:56 [INFO] [stdout] | [INFO] [stdout] 21 | test_serialize_deserialize_length_delimited!(&map, TestMap); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: tests/rust_protobuf/test_utils.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | let parsed: $name = reader.read_message(&serialized).unwrap(); [INFO] [stdout] | ----- due to this macro variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestMap` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:31:43 [INFO] [stdout] | [INFO] [stdout] 31 | test_serialize_deserialize!("", &map, TestMap); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestMap` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:35:56 [INFO] [stdout] | [INFO] [stdout] 35 | test_serialize_deserialize_length_delimited!(&map, TestMap); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: tests/rust_protobuf/test_utils.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | let parsed: $name = reader.read_message(&serialized).unwrap(); [INFO] [stdout] | ----- due to this macro variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestOneof` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | F: Fn(&mut TestOneof), [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestOneof` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:12:54 [INFO] [stdout] | [INFO] [stdout] 12 | test_serialize_deserialize_length_delimited!(&o, TestOneof); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: tests/rust_protobuf/test_utils.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | let parsed: $name = reader.read_message(&serialized).unwrap(); [INFO] [stdout] | ----- due to this macro variable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TestOneof` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:19:60 [INFO] [stdout] | [INFO] [stdout] 19 | test_serialize_deserialize!("28 96 01", &test_message, TestOneof); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Foo` in this scope [INFO] [stdout] --> tests/rust_protobuf/v3/test_owned.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | let static_foo = Foo { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::basic::*` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::basic::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_default_values::*` [INFO] [stdout] --> tests/rust_protobuf/v2/test_default_values_test.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::test_default_values::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_lite_runtime::*` [INFO] [stdout] --> tests/rust_protobuf/v2/test_lite_runtime_test.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::test_lite_runtime::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_oneof_pb::*` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::test_oneof_pb::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TryFrom` [INFO] [stdout] --> tests/rust_protobuf/v2/test_owned.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | convert::{TryFrom, TryInto}, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `MessageRead` [INFO] [stdout] --> tests/rust_protobuf/v2/test_owned.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | use quick_protobuf::{BytesReader, MessageRead}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_owned_pb::*` [INFO] [stdout] --> tests/rust_protobuf/v2/test_owned.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use super::test_owned_pb::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_required::*` [INFO] [stdout] --> tests/rust_protobuf/v2/test_required_test.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::test_required::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::basic::*` [INFO] [stdout] --> tests/rust_protobuf/v2/test_sync.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use super::basic::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_text_format_pb::*` [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::test_text_format_pb::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::basic::*` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::basic::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_map_pb::*` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::test_map_pb::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_oneof_pb::*` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::test_oneof_pb::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TryFrom` [INFO] [stdout] --> tests/rust_protobuf/v3/test_owned.rs:3:15 [INFO] [stdout] | [INFO] [stdout] 3 | convert::{TryFrom, TryInto}, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `MessageRead` [INFO] [stdout] --> tests/rust_protobuf/v3/test_owned.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | use quick_protobuf::{BytesReader, MessageRead}; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::test_owned_pb::*` [INFO] [stdout] --> tests/rust_protobuf/v3/test_owned.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use super::test_owned_pb::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | let mut test1 = Test1::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:10:53 [INFO] [stdout] | [INFO] [stdout] 10 | test_serialize_deserialize!("08 96 01", &test1, Test1); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test2` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 15 | let mut test2 = Test2::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test2` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:17:71 [INFO] [stdout] | [INFO] [stdout] 17 | test_serialize_deserialize!("12 07 74 65 73 74 69 6e 67", &test2, Test2); [INFO] [stdout] | ^^^^^ use of undeclared type `Test2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | let mut test1 = Test1::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test3` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | let mut test3 = Test3::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test3` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:26:59 [INFO] [stdout] | [INFO] [stdout] 26 | test_serialize_deserialize!("1a 03 08 96 01", &test3, Test3); [INFO] [stdout] | ^^^^^ use of undeclared type `Test3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test4` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 31 | let mut test4 = Test4::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test4` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:33:68 [INFO] [stdout] | [INFO] [stdout] 33 | test_serialize_deserialize!("22 06 03 8E 02 9E A7 05", &test4, Test4); [INFO] [stdout] | ^^^^^ use of undeclared type `Test4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:38:36 [INFO] [stdout] | [INFO] [stdout] 38 | let mut test_packed_unpacked = TestPackedUnpacked::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:41:64 [INFO] [stdout] | [INFO] [stdout] 41 | test_deserialize!("20 11 20 e8 07", &test_packed_unpacked, TestPackedUnpacked); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:46:36 [INFO] [stdout] | [INFO] [stdout] 46 | let mut test_packed_unpacked = TestPackedUnpacked::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:49:64 [INFO] [stdout] | [INFO] [stdout] 49 | test_deserialize!("2a 03 11 e8 07", &test_packed_unpacked, TestPackedUnpacked); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEmpty` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:54:38 [INFO] [stdout] | [INFO] [stdout] 54 | test_serialize_deserialize!("", &TestEmpty::default(), TestEmpty); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestEmpty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEmpty` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:54:60 [INFO] [stdout] | [INFO] [stdout] 54 | test_serialize_deserialize!("", &TestEmpty::default(), TestEmpty); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestEmpty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | Test1::from_reader(&mut reader, &bytes).unwrap(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesSingular` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:84:23 [INFO] [stdout] | [INFO] [stdout] 84 | let mut message = TestTypesSingular::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesSingular` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:100:31 [INFO] [stdout] | [INFO] [stdout] 100 | message.enum_field = Some(TestEnumDescriptor::BLUE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesRepeated` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:106:23 [INFO] [stdout] | [INFO] [stdout] 106 | let mut message = TestTypesRepeated::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesRepeated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:122:31 [INFO] [stdout] | [INFO] [stdout] 122 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:122:57 [INFO] [stdout] | [INFO] [stdout] 122 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesRepeatedPacked` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:128:23 [INFO] [stdout] | [INFO] [stdout] 128 | let mut message = TestTypesRepeatedPacked::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesRepeatedPacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:144:31 [INFO] [stdout] | [INFO] [stdout] 144 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:144:57 [INFO] [stdout] | [INFO] [stdout] 144 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestDefaultInstance` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | let d = TestDefaultInstance::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `TestDefaultInstance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:198:13 [INFO] [stdout] | [INFO] [stdout] 198 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:207:13 [INFO] [stdout] | [INFO] [stdout] 207 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:216:13 [INFO] [stdout] | [INFO] [stdout] 216 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:225:13 [INFO] [stdout] | [INFO] [stdout] 225 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:231:21 [INFO] [stdout] | [INFO] [stdout] 231 | let mut x = TestBugSint::default(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:233:50 [INFO] [stdout] | [INFO] [stdout] 233 | test_serialize_deserialize!("08 01", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:236:21 [INFO] [stdout] | [INFO] [stdout] 236 | let mut x = TestBugSint::default(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v2/test_basic.rs:238:50 [INFO] [stdout] | [INFO] [stdout] 238 | test_serialize_deserialize!("10 03", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestDefaultValues` [INFO] [stdout] --> tests/rust_protobuf/v2/test_default_values_test.rs:11:13 [INFO] [stdout] | [INFO] [stdout] 11 | let d = TestDefaultValues::from_reader(&mut reader, bytes).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `TestDefaultValues` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumForDefaultValue` [INFO] [stdout] --> tests/rust_protobuf/v2/test_default_values_test.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | assert!(EnumForDefaultValue::TWO.eq(&d.enum_field)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `EnumForDefaultValue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumForDefaultValue` [INFO] [stdout] --> tests/rust_protobuf/v2/test_default_values_test.rs:30:33 [INFO] [stdout] | [INFO] [stdout] 30 | .map_or(true, |e| e.eq(&EnumForDefaultValue::ONE))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `EnumForDefaultValue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestExtremeDefaultValues` [INFO] [stdout] --> tests/rust_protobuf/v2/test_default_values_test.rs:37:13 [INFO] [stdout] | [INFO] [stdout] 37 | let d = TestExtremeDefaultValues::from_reader(&mut reader, bytes).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `TestExtremeDefaultValues` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestLiteRuntime` [INFO] [stdout] --> tests/rust_protobuf/v2/test_lite_runtime_test.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | let mut m = TestLiteRuntime::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `TestLiteRuntime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestLiteRuntime` [INFO] [stdout] --> tests/rust_protobuf/v2/test_lite_runtime_test.rs:10:46 [INFO] [stdout] | [INFO] [stdout] 10 | test_serialize_deserialize!("08 0a", &m, TestLiteRuntime); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `TestLiteRuntime` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | let mut o = TestOneof::default(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:17:28 [INFO] [stdout] | [INFO] [stdout] 17 | let mut test_message = TestOneof::default(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:19:60 [INFO] [stdout] | [INFO] [stdout] 19 | test_serialize_deserialize!("28 96 01", &test_message, TestOneof); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumForOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/../common/test_oneof.rs:39:55 [INFO] [stdout] | [INFO] [stdout] 39 | t(|o| o.one = mod_TestOneof::OneOfone::enum_field(EnumForOneof::A)); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `EnumForOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MessageForOneof` [INFO] [stdout] --> tests/rust_protobuf/v2/test_oneof.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | let mut msg = MessageForOneof::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `MessageForOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooOwned` [INFO] [stdout] --> tests/rust_protobuf/v2/test_owned.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | let foo_owned = FooOwned::try_from(encoded.clone()).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `FooOwned` [INFO] [stdout] | help: a trait with a similar name exists: `ToOwned` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooOwned` [INFO] [stdout] --> tests/rust_protobuf/v2/test_owned.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 24 | let foo_owned_temp = FooOwned::try_from(encoded.clone()).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `FooOwned` [INFO] [stdout] | help: a trait with a similar name exists: `ToOwned` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooOwned` [INFO] [stdout] --> tests/rust_protobuf/v2/test_owned.rs:25:34 [INFO] [stdout] | [INFO] [stdout] 25 | let mut foo_owned_temp_mut = FooOwned::try_from(encoded.clone()).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `FooOwned` [INFO] [stdout] | help: a trait with a similar name exists: `ToOwned` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> tests/rust_protobuf/v2/test_owned.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | let foo = Foo::from_reader(&mut br_temp, &encoded).unwrap(); [INFO] [stdout] | ^^^ use of undeclared type `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooOwned` [INFO] [stdout] --> tests/rust_protobuf/v2/test_owned.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | let from_static_foo = FooOwned::from(static_foo); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `FooOwned` [INFO] [stdout] | help: a trait with a similar name exists: `ToOwned` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestRequired` [INFO] [stdout] --> tests/rust_protobuf/v2/test_required_test.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | TestRequired::default().write_message(&mut writer).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `TestRequired` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestRequired` [INFO] [stdout] --> tests/rust_protobuf/v2/test_required_test.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | TestRequired::from_reader(&mut reader, bytes).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `TestRequired` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesSingular` [INFO] [stdout] --> tests/rust_protobuf/v2/test_sync.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | let mut r = TestTypesSingular::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesSingular` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesSingular` [INFO] [stdout] --> tests/rust_protobuf/v2/test_sync.rs:29:28 [INFO] [stdout] | [INFO] [stdout] 29 | let read = TestTypesSingular::from_reader(&mut reader, &bytes).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesSingular` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypes` [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:4:17 [INFO] [stdout] | [INFO] [stdout] 4 | let mut m = TestTypes::default(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestTypes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnum` [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:33:37 [INFO] [stdout] | [INFO] [stdout] 33 | m.test_enum_singular = Some(TestEnum::DARK) [INFO] [stdout] | ^^^^^^^^ use of undeclared type `TestEnum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMessage` [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:36:40 [INFO] [stdout] | [INFO] [stdout] 36 | m.test_message_singular = Some(TestMessage::default()); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestMessage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnum` [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:63:35 [INFO] [stdout] | [INFO] [stdout] 63 | m.test_enum_repeated.push(TestEnum::DARK) [INFO] [stdout] | ^^^^^^^^ use of undeclared type `TestEnum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMessage` [INFO] [stdout] --> tests/rust_protobuf/v2/test_text_format.rs:66:38 [INFO] [stdout] | [INFO] [stdout] 66 | m.test_message_repeated.push(TestMessage::default()); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestMessage` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | let mut test1 = Test1::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:10:53 [INFO] [stdout] | [INFO] [stdout] 10 | test_serialize_deserialize!("08 96 01", &test1, Test1); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test2` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 15 | let mut test2 = Test2::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test2` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:17:71 [INFO] [stdout] | [INFO] [stdout] 17 | test_serialize_deserialize!("12 07 74 65 73 74 69 6e 67", &test2, Test2); [INFO] [stdout] | ^^^^^ use of undeclared type `Test2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | let mut test1 = Test1::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test3` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | let mut test3 = Test3::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test3` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:26:59 [INFO] [stdout] | [INFO] [stdout] 26 | test_serialize_deserialize!("1a 03 08 96 01", &test3, Test3); [INFO] [stdout] | ^^^^^ use of undeclared type `Test3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test4` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 31 | let mut test4 = Test4::default(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test4` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:33:68 [INFO] [stdout] | [INFO] [stdout] 33 | test_serialize_deserialize!("22 06 03 8E 02 9E A7 05", &test4, Test4); [INFO] [stdout] | ^^^^^ use of undeclared type `Test4` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:38:36 [INFO] [stdout] | [INFO] [stdout] 38 | let mut test_packed_unpacked = TestPackedUnpacked::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:41:64 [INFO] [stdout] | [INFO] [stdout] 41 | test_deserialize!("20 11 20 e8 07", &test_packed_unpacked, TestPackedUnpacked); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:46:36 [INFO] [stdout] | [INFO] [stdout] 46 | let mut test_packed_unpacked = TestPackedUnpacked::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestPackedUnpacked` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:49:64 [INFO] [stdout] | [INFO] [stdout] 49 | test_deserialize!("2a 03 11 e8 07", &test_packed_unpacked, TestPackedUnpacked); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestPackedUnpacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEmpty` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:55:38 [INFO] [stdout] | [INFO] [stdout] 55 | test_serialize_deserialize!("", &TestEmpty::default(), TestEmpty); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestEmpty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEmpty` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:55:60 [INFO] [stdout] | [INFO] [stdout] 55 | test_serialize_deserialize!("", &TestEmpty::default(), TestEmpty); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestEmpty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Test1` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | Test1::from_reader(&mut reader, &bytes).unwrap(); [INFO] [stdout] | ^^^^^ use of undeclared type `Test1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesSingular` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:85:23 [INFO] [stdout] | [INFO] [stdout] 85 | let mut message = TestTypesSingular::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesSingular` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:101:26 [INFO] [stdout] | [INFO] [stdout] 101 | message.enum_field = TestEnumDescriptor::BLUE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesRepeated` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:107:23 [INFO] [stdout] | [INFO] [stdout] 107 | let mut message = TestTypesRepeated::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesRepeated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 123 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:123:57 [INFO] [stdout] | [INFO] [stdout] 123 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTypesRepeatedPacked` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:129:23 [INFO] [stdout] | [INFO] [stdout] 129 | let mut message = TestTypesRepeatedPacked::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `TestTypesRepeatedPacked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:145:31 [INFO] [stdout] | [INFO] [stdout] 145 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnumDescriptor` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:145:57 [INFO] [stdout] | [INFO] [stdout] 145 | message.enum_field = vec![TestEnumDescriptor::BLUE, TestEnumDescriptor::GREEN]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `TestEnumDescriptor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestDefaultInstance` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | let d = TestDefaultInstance::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ use of undeclared type `TestDefaultInstance` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:199:13 [INFO] [stdout] | [INFO] [stdout] 199 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:208:13 [INFO] [stdout] | [INFO] [stdout] 208 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:217:13 [INFO] [stdout] | [INFO] [stdout] 217 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestTruncated` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:226:13 [INFO] [stdout] | [INFO] [stdout] 226 | assert!(TestTruncated::from_reader(&mut reader, &bytes).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `TestTruncated` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:232:21 [INFO] [stdout] | [INFO] [stdout] 232 | let mut x = TestBugSint::default(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:234:50 [INFO] [stdout] | [INFO] [stdout] 234 | test_serialize_deserialize!("08 01", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:237:21 [INFO] [stdout] | [INFO] [stdout] 237 | let mut x = TestBugSint::default(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestBugSint` [INFO] [stdout] --> tests/rust_protobuf/v3/test_basic.rs:239:50 [INFO] [stdout] | [INFO] [stdout] 239 | test_serialize_deserialize!("10 03", &x, TestBugSint); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `TestBugSint` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMap` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | let mut map = TestMap::default(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `TestMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMapEntry` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:9:21 [INFO] [stdout] | [INFO] [stdout] 9 | let mut entry = TestMapEntry::default(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `TestMapEntry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMap` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:12:43 [INFO] [stdout] | [INFO] [stdout] 12 | test_serialize_deserialize!("", &map, TestMap); [INFO] [stdout] | ^^^^^^^ use of undeclared type `TestMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMap` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:15:69 [INFO] [stdout] | [INFO] [stdout] 15 | test_serialize_deserialize!("0a 07 0a 03 74 77 6f 10 02", &map, TestMap); [INFO] [stdout] | ^^^^^^^ use of undeclared type `TestMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMap` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:26:19 [INFO] [stdout] | [INFO] [stdout] 26 | let mut map = TestMap::default(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `TestMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMapEntry` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | let mut entry = TestMapEntry::default(); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `TestMapEntry` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestMap` [INFO] [stdout] --> tests/rust_protobuf/v3/test_map.rs:31:43 [INFO] [stdout] | [INFO] [stdout] 31 | test_serialize_deserialize!("", &map, TestMap); [INFO] [stdout] | ^^^^^^^ use of undeclared type `TestMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | let mut o = TestOneof::default(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:17:28 [INFO] [stdout] | [INFO] [stdout] 17 | let mut test_message = TestOneof::default(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:19:60 [INFO] [stdout] | [INFO] [stdout] 19 | test_serialize_deserialize!("28 96 01", &test_message, TestOneof); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `TestOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `EnumForOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/../common/test_oneof.rs:39:55 [INFO] [stdout] | [INFO] [stdout] 39 | t(|o| o.one = mod_TestOneof::OneOfone::enum_field(EnumForOneof::A)); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `EnumForOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MessageForOneof` [INFO] [stdout] --> tests/rust_protobuf/v3/test_oneof.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | let mut msg = MessageForOneof::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `MessageForOneof` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooOwned` [INFO] [stdout] --> tests/rust_protobuf/v3/test_owned.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | let foo_owned = FooOwned::try_from(encoded.clone()).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `FooOwned` [INFO] [stdout] | help: a trait with a similar name exists: `ToOwned` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooOwned` [INFO] [stdout] --> tests/rust_protobuf/v3/test_owned.rs:24:26 [INFO] [stdout] | [INFO] [stdout] 24 | let foo_owned_temp = FooOwned::try_from(encoded.clone()).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `FooOwned` [INFO] [stdout] | help: a trait with a similar name exists: `ToOwned` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooOwned` [INFO] [stdout] --> tests/rust_protobuf/v3/test_owned.rs:25:34 [INFO] [stdout] | [INFO] [stdout] 25 | let mut foo_owned_temp_mut = FooOwned::try_from(encoded.clone()).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `FooOwned` [INFO] [stdout] | help: a trait with a similar name exists: `ToOwned` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> tests/rust_protobuf/v3/test_owned.rs:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | let foo = Foo::from_reader(&mut br_temp, &encoded).unwrap(); [INFO] [stdout] | ^^^ use of undeclared type `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooOwned` [INFO] [stdout] --> tests/rust_protobuf/v3/test_owned.rs:39:27 [INFO] [stdout] | [INFO] [stdout] 39 | let from_static_foo = FooOwned::from(static_foo); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of undeclared type `FooOwned` [INFO] [stdout] | help: a trait with a similar name exists: `ToOwned` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0433, E0583. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `quick-protobuf` (test "rust_proto") due to 224 previous errors; 16 warnings emitted [INFO] running `Command { std: "docker" "inspect" "a2400797e5d9453137866e5bda9f5a0e4b2eb892048a99878402502623f50824", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2400797e5d9453137866e5bda9f5a0e4b2eb892048a99878402502623f50824", kill_on_drop: false }` [INFO] [stdout] a2400797e5d9453137866e5bda9f5a0e4b2eb892048a99878402502623f50824